Skip to content

Commit d4f5323

Browse files
authored
Depend on scala-reflect as Provided, don't pull it in as a runtime dependency
1 parent 4d02400 commit d4f5323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lazy val `portable-scala-reflect` = crossProject(JSPlatform, JVMPlatform)
6565
)
6666
.jvmSettings(
6767
// Macros
68-
libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value,
68+
libraryDependencies += scalaOrganization.value % "scala-reflect" % scalaVersion.value % Provided,
6969

7070
// Speed up compilation a bit. Our .java files do not need to see the .scala files.
7171
compileOrder := CompileOrder.JavaThenScala,

0 commit comments

Comments
 (0)