We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb99109 commit 6d79a9dCopy full SHA for 6d79a9d
build.sbt
@@ -37,7 +37,7 @@ lazy val runtime = (project in file("runtime")).settings(
37
"com.twitter" %% "finagle-http" % "21.12.0",
38
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion,
39
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1",
40
- "org.json4s" %% "json4s-native" % "4.0.3",
+ "org.json4s" %% "json4s-native" % "4.0.7",
41
"org.specs2" %% "specs2-core" % "4.20.5" % Test,
42
"org.specs2" %% "specs2-mock" % "4.20.5" % Test
43
),
0 commit comments