Skip to content

Commit c217949

Browse files
Update json4s-native to 4.0.1 (#136)
1 parent 8a95b49 commit c217949

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" % "4.0.0",
4+
"org.json4s" %% "json4s-native" % "4.0.1",
55
"org.scalatest" %% "scalatest" % "3.2.9"
66
)

0 commit comments

Comments
 (0)