Skip to content

Commit

Permalink
Update json4s-core to 4.0.3 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 16, 2021
1 parent a28e6b7 commit 0e88dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ lazy val json4s = project.in(modules / "json4s")
.settings(
name := "tethys-json4s",
libraryDependencies ++= Seq(
"org.json4s" %% "json4s-core" % "3.6.11"
"org.json4s" %% "json4s-core" % "4.0.3"
)
)
.dependsOn(core)
Expand Down

0 comments on commit 0e88dc0

Please sign in to comment.