Skip to content

Commit

Permalink
fix runtime dependency version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Sep 5, 2015
1 parent f42782c commit 8dfc69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalapb-runtime/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ libraryDependencies ++= Seq(
"com.google.protobuf" % "protobuf-java" % "3.0.0-alpha-3",
"com.trueaccord.lenses" %% "lenses" % "0.4.1",
"org.scalacheck" %% "scalacheck" % "1.12.4" % "test",
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
"org.scalatest" %% "scalatest" % (if (scalaVersion.value.startsWith("2.12")) "2.2.5-M1" else "2.2.5") % "test"
)

unmanagedResourceDirectories in Compile += baseDirectory.value / "../protobuf"
Expand Down

0 comments on commit 8dfc69f

Please sign in to comment.