Skip to content

Commit

Permalink
Fix eviction warnings in svm-subs module
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed May 11, 2021
1 parent 45f5888 commit 35e48a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ lazy val `interface-svm-subs` = project
Settings.shared,
libraryDependencies += "org.graalvm.nativeimage" % "svm" % "20.3.1.2" % Provided,
autoScalaLibrary := false,
crossVersion := CrossVersion.disabled
crossVersion := CrossVersion.disabled,
// we don't actually depend on that thanks to proguarding / shading in interface
dependencyOverrides += "org.scala-lang" % "scala-library" % scalaVersion.value
)

lazy val interpolators = project
Expand Down

0 comments on commit 35e48a9

Please sign in to comment.