Skip to content

Commit f10fddf

Browse files
authored
Merge pull request #427 from scala-steward/update/circe-core-0.14.8
Update circe-core, circe-parser to 0.14.8
2 parents 1f006f0 + dcba92f commit f10fddf

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.7"
82+
val circeVersion = "0.14.8"
8383
lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform)
8484
.crossType(CrossType.Full)
8585
.in(file("circe"))

0 commit comments

Comments
 (0)