Skip to content

Commit

Permalink
scalapb-json4s 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect committed Mar 23, 2020
1 parent 960b556 commit 0452bd3
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" % scalapb.compiler.Version.scalapbVersion,
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.9.3",
"junit" % "junit" % "4.12" % "test",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test", // Required by sbt to execute JUnit tests
Expand Down

0 comments on commit 0452bd3

Please sign in to comment.