Skip to content

Commit

Permalink
Merge pull request #144 from fd4s/scala-reflect-provided
Browse files Browse the repository at this point in the history
Change scala-reflect to be a provided dependency
  • Loading branch information
vlovgr authored Jan 21, 2020
2 parents 0185ed5 + 1e57389 commit 1662a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ lazy val dependencySettings = Seq(
libraryDependencies ++= Seq(
"org.apache.avro" % "avro" % avroVersion,
"org.typelevel" %% "cats-free" % catsVersion,
"org.scala-lang" % "scala-reflect" % scalaVersion.value
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided
),
libraryDependencies ++= Seq(
"org.typelevel" %% "discipline-scalatest" % "1.0.0-RC4",
Expand Down

0 comments on commit 1662a96

Please sign in to comment.