Skip to content

Commit f75d1f5

Browse files
authored
Merge pull request #16 from scala-steward/update/json4s-native-4.0.7
Update json4s-native to 4.0.7
2 parents e230fbb + 676071e commit f75d1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ libraryDependencies ++= Seq(
6060
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % jacksonVersion,
6161
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
6262
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
63-
"org.json4s" %% "json4s-native" % "4.0.6" % Test,
63+
"org.json4s" %% "json4s-native" % "4.0.7" % Test,
6464
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.0.0" % Test,
6565
"joda-time" % "joda-time" % "2.12.5" % Test,
6666
"org.joda" % "joda-convert" % "2.2.3" % Test,

0 commit comments

Comments
 (0)