Skip to content

Commit 66fcd61

Browse files
authored
Merge pull request #418 from scala-steward/update/circe-core-0.14.7
Update circe-core, circe-parser to 0.14.7
2 parents f5dc5dc + 40a1ac5 commit 66fcd61

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)