Skip to content

Commit

Permalink
Use scalaOrganization.value.
Browse files Browse the repository at this point in the history
  • Loading branch information
milessabin committed Mar 16, 2017
1 parent 67f171f commit dfadf49
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 @@ -52,7 +52,7 @@ val baseSettings = Seq(
"com.chuusai" %% "shapeless" % shapelessVersion,
"org.typelevel" %% "cats-core" % catsVersion,
"com.twitter" %% "finagle-http" % finagleVersion,
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
scalaOrganization.value % "scala-reflect" % scalaVersion.value,
"io.catbird" %% "catbird-util" % catbirdVersion
) ++ testDependencies.map(_ % "test"),
resolvers ++= Seq(
Expand Down

0 comments on commit dfadf49

Please sign in to comment.