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.
Provided
1 parent 4d02400 commit d4f5323Copy full SHA for d4f5323
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