Skip to content

Commit 40a1ac5

Browse files
committed
Update circe-core, circe-parser to 0.14.7
1 parent 8c368cc commit 40a1ac5

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
@@ -79,7 +79,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
7979
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.5.0", "2.13" -> "4.5.0", "3" -> "4.5.0"))
8080
.dependsOn(core, testkit % Test)
8181

82-
val circeVersion = "0.14.6"
82+
val circeVersion = "0.14.7"
8383
lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform)
8484
.crossType(CrossType.Full)
8585
.in(file("circe"))

0 commit comments

Comments
 (0)