Skip to content

Commit 39adb8e

Browse files
authored
Merge pull request #363 from scala-steward/update/circe-core-0.14.13
Update circe-core to 0.14.13
2 parents 157b383 + fa24120 commit 39adb8e

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
@@ -148,7 +148,7 @@ lazy val circe = project
148148
.settings(
149149
name := "tethys-circe",
150150
libraryDependencies ++= Seq(
151-
"io.circe" %% "circe-core" % "0.14.10"
151+
"io.circe" %% "circe-core" % "0.14.13"
152152
)
153153
)
154154
.dependsOn(core, `jackson-218` % Test)

0 commit comments

Comments
 (0)