Skip to content

Commit

Permalink
Update scalapb-json-macros to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Jun 17, 2024
1 parent b13c3dd commit 5d5eac7
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 @@ -186,7 +186,7 @@ lazy val commonSettings = Def.settings(
Project.inConfig(Test)(sbtprotoc.ProtocPlugin.protobufConfigSettings),
Compile / PB.targets := Nil,
(Test / PB.protoSources) := Seq(baseDirectory.value.getParentFile / "shared/src/test/protobuf"),
scalapbJsonCommonVersion := "0.9.0",
scalapbJsonCommonVersion := "0.10.0",
playJsonVersion := "3.0.4",
libraryDependencies ++= Seq(
"com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test",
Expand Down

0 comments on commit 5d5eac7

Please sign in to comment.