Skip to content

Commit

Permalink
remove "compile-internal" from "svm-subs"
Browse files Browse the repository at this point in the history
  • Loading branch information
satorg committed Oct 31, 2020
1 parent 29ded89 commit 702af28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val root = (project in file("."))
"org.specs2" %% "specs2-core" % Specs2Version % "test",
"ch.qos.logback" % "logback-classic" % LogbackVersion,
$if(graal_native_image.truthy)$
"org.scalameta" %% "svm-subs" % "20.2.0" % "compile-internal"
"org.scalameta" %% "svm-subs" % "20.2.0"
$endif$
),
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3"),
Expand Down

0 comments on commit 702af28

Please sign in to comment.