Skip to content

Commit

Permalink
Update scalapb-json4s to 0.10.2 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 28, 2020
1 parent 02bf955 commit ba57e4d
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 @@ -150,7 +150,7 @@ lazy val coreScalaPB = (project in file("core-scalapb"))
grpcScalaPBTestGenSettings,
libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion,
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.10.1",
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.10.2",
"junit" % "junit" % "4.13.1" % Test,
"org.scalatest" %% "scalatest" % "3.2.3" % Test,
"com.novocode" % "junit-interface" % "0.11" % Test, // Required by sbt to execute JUnit tests
Expand Down

0 comments on commit ba57e4d

Please sign in to comment.