Skip to content

Commit b31338f

Browse files
Update json4s-native to 3.6.11 (#113)
* Update json4s-native to 3.6.11 * Update json4s-native to 3.6.11
1 parent 49cdcc7 commit b31338f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json4s/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "scalatest-json4s"
22

33
libraryDependencies ++= Seq(
4-
"org.json4s" %% "json4s-native" % "3.6.9",
4+
"org.json4s" %% "json4s-native" % "3.6.11",
55
"org.scalatest" %% "scalatest" % "3.2.9"
66
)

0 commit comments

Comments
 (0)