Skip to content

Commit

Permalink
Merge pull request #756 from milessabin/topic/tls-support
Browse files Browse the repository at this point in the history
Use scalaOrganization.value.
  • Loading branch information
vkostyukov authored Mar 16, 2017
2 parents 67f171f + dfadf49 commit 7960102
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 7960102

Please sign in to comment.