Skip to content

Commit 209b7da

Browse files
authored
Merge pull request #334 from scala-steward/update/circe-core-0.14.5
Update circe-core, circe-parser to 0.14.5
2 parents b33a6bd + f0bfb5b commit 209b7da

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
@@ -77,7 +77,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform)
7777
tlVersionIntroduced := Map("3" -> "4.3.0"))
7878
.dependsOn(core, testkit % Test)
7979

80-
val circeVersion = "0.14.3"
80+
val circeVersion = "0.14.5"
8181
lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform)
8282
.crossType(CrossType.Full)
8383
.in(file("circe"))

0 commit comments

Comments
 (0)