We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d02400 + d4f5323 commit 9a1cd78Copy full SHA for 9a1cd78
build.sbt
@@ -65,7 +65,7 @@ lazy val `portable-scala-reflect` = crossProject(JSPlatform, JVMPlatform)
65
)
66
.jvmSettings(
67
// Macros
68
- libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value,
+ libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided,
69
70
// Speed up compilation a bit. Our .java files do not need to see the .scala files.
71
compileOrder := CompileOrder.JavaThenScala,
0 commit comments