Skip to content

Commit

Permalink
Revert "chore(deps): scalapb 0.10.3 everywhere"
Browse files Browse the repository at this point in the history
This reverts commit d2e47b9
  • Loading branch information
augi committed May 25, 2020
1 parent d2e47b9 commit e637cdd
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 @@ -133,7 +133,7 @@ lazy val coreScalaPB = (project in file("core-scalapb")).settings(
grpcScalaPBTestGenSettings,
libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion,
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.10.3",
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.10.1",
"junit" % "junit" % "4.13" % "test",
"org.scalatest" %% "scalatest" % "3.1.2" % "test",
"com.novocode" % "junit-interface" % "0.11" % "test", // Required by sbt to execute JUnit tests
Expand Down

0 comments on commit e637cdd

Please sign in to comment.