Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix authored Dec 31, 2020
1 parent 792c0f6 commit 401f684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazy val subs = project
.settings(
moduleName := "svm-subs",
crossVersion := CrossVersion.disabled,
libraryDependencies += "org.graalvm.nativeimage" % "svm" % "20.2.0" % "compile-internal",
libraryDependencies += "org.graalvm.nativeimage" % "svm" % "20.3.0" % "compile-internal",
sources in (Compile, doc) := Seq.empty,
javaHome in Compile := {
// force javac to fork by setting javaHome to workaround https://github.com/sbt/zinc/issues/520
Expand Down

0 comments on commit 401f684

Please sign in to comment.