Skip to content

Commit

Permalink
Change README, adding the correct token Compile in libraryDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atrianac committed Dec 10, 2020
1 parent 792c0f6 commit 854aec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use this project, add to `build.sbt`
// build.sbt
lazy val myNativeImageProject = project
.settings(
+ libraryDependencies += "org.scalameta" %% "svm-subs" % "GRAALVM_VERSION" % "compile-internal"
+ libraryDependencies += "org.scalameta" %% "svm-subs" % "GRAALVM_VERSION" % Compile
)
```

Expand Down

0 comments on commit 854aec9

Please sign in to comment.