Skip to content

Commit

Permalink
Update json4s-native to 4.0.7 (#396)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Taylor <chris.taylor@soundcloud.com>
  • Loading branch information
scala-steward and ccmtaylor committed Feb 13, 2024
1 parent cb99109 commit 6d79a9d
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 @@ -37,7 +37,7 @@ lazy val runtime = (project in file("runtime")).settings(
"com.twitter" %% "finagle-http" % "21.12.0",
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion,
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1",
"org.json4s" %% "json4s-native" % "4.0.3",
"org.json4s" %% "json4s-native" % "4.0.7",
"org.specs2" %% "specs2-core" % "4.20.5" % Test,
"org.specs2" %% "specs2-mock" % "4.20.5" % Test
),
Expand Down

0 comments on commit 6d79a9d

Please sign in to comment.