Skip to content

Commit 992a7c1

Browse files
committed
Update circe-core, circe-parser to 0.14.15
1 parent 99f8ff0 commit 992a7c1

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
@@ -93,7 +93,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
9393
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.7.0", "2.13" -> "4.7.0", "3" -> "4.7.0"))
9494
.dependsOn(core, testkit % Test)
9595

96-
val circeVersion = "0.14.14"
96+
val circeVersion = "0.14.15"
9797
lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform)
9898
.crossType(CrossType.Full)
9999
.in(file("circe"))

0 commit comments

Comments
 (0)