Skip to content

Commit

Permalink
#326: override the scope of the scala-reflect dependency to provided.…
Browse files Browse the repository at this point in the history
… Also #255
  • Loading branch information
adamw committed Jul 13, 2021
1 parent cdbb430 commit d820b1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ lazy val core = (projectMatrix in file("core"))
Compile / scalacOptions --= Seq("-Ywarn-unused:params"),
Compile / doc / scalacOptions ~= (_.filterNot(Set("-Xfatal-warnings"))),
Compile / doc / scalacOptions --= Seq("-Xlint:doc-detached"),
libraryDependencies += "com.propensive" %% "mercator" % "0.2.1"
libraryDependencies += "com.propensive" %% "mercator" % "0.2.1",
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided
)
.jvmPlatform(scalaVersions = scala2)
.jsPlatform(scalaVersions = scala2)
Expand Down

0 comments on commit d820b1c

Please sign in to comment.