Skip to content

Commit

Permalink
Merge pull request #418 from scala-steward/update/circe-core-0.14.7
Browse files Browse the repository at this point in the history
Update circe-core, circe-parser to 0.14.7
  • Loading branch information
satabin authored Jun 11, 2024
2 parents f5dc5dc + 40a1ac5 commit 66fcd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.5.0", "2.13" -> "4.5.0", "3" -> "4.5.0"))
.dependsOn(core, testkit % Test)

val circeVersion = "0.14.6"
val circeVersion = "0.14.7"
lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.crossType(CrossType.Full)
.in(file("circe"))
Expand Down

0 comments on commit 66fcd61

Please sign in to comment.