Skip to content

Commit

Permalink
Merge pull request #100 from http4s/update/play-json-3.0.2
Browse files Browse the repository at this point in the history
Update play-json to 3.0.2
  • Loading branch information
henricook authored Jan 17, 2024
2 parents dc582f5 + b6d4eec commit e9a8653
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 @@ -21,7 +21,7 @@ ThisBuild / tlVersionIntroduced := Map("3" -> "0.23.12")
lazy val root = project.in(file(".")).aggregate(playJson).enablePlugins(NoPublishPlugin)

val http4sVersion = "0.23.25"
val playJsonVersion = "3.0.1"
val playJsonVersion = "3.0.2"
val munitVersion = "1.0.0-M10"
val munitCatsEffectVersion = "2.0.0-M4"

Expand Down

0 comments on commit e9a8653

Please sign in to comment.