Skip to content

Commit

Permalink
Update circe-core, circe-parser to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent 8c368cc commit 40a1ac5
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 40a1ac5

Please sign in to comment.