Skip to content

Commit bb63d26

Browse files
Bump json4s in preparation for 1.0.0
1 parent b94379d commit bb63d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

json4sjackson/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description :=
44
"Dispatch module providing json4s support"
55

66
libraryDependencies ++= Seq(
7-
"org.json4s" %% "json4s-jackson" % "3.6.0",
7+
"org.json4s" %% "json4s-jackson" % "3.6.1",
88
"ws.unfiltered" %% "unfiltered-netty-server" % "0.9.1" % "test" excludeAll ExclusionRule(organization = "io.netty")
99
)

json4snative/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name := "dispatch-json4s-native"
33
description :=
44
"Dispatch module providing json4s native support"
55

6-
val json4sVersion = "3.6.0"
6+
val json4sVersion = "3.6.1"
77

88
libraryDependencies ++= Seq(
99
"org.json4s" %% "json4s-core" % json4sVersion,

0 commit comments

Comments
 (0)