We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94379d commit bb63d26Copy full SHA for bb63d26
json4sjackson/build.sbt
@@ -4,6 +4,6 @@ description :=
4
"Dispatch module providing json4s support"
5
6
libraryDependencies ++= Seq(
7
- "org.json4s" %% "json4s-jackson" % "3.6.0",
+ "org.json4s" %% "json4s-jackson" % "3.6.1",
8
"ws.unfiltered" %% "unfiltered-netty-server" % "0.9.1" % "test" excludeAll ExclusionRule(organization = "io.netty")
9
)
json4snative/build.sbt
@@ -3,7 +3,7 @@ name := "dispatch-json4s-native"
3
description :=
"Dispatch module providing json4s native support"
-val json4sVersion = "3.6.0"
+val json4sVersion = "3.6.1"
"org.json4s" %% "json4s-core" % json4sVersion,
0 commit comments