Skip to content

Commit

Permalink
🏗️ build(play-json): upgrade to Play JSON 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw committed Nov 3, 2023
1 parent dba1630 commit cb7da33
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 @@ -293,7 +293,7 @@ lazy val enumeratumPlayJson = crossProject(JSPlatform, JVMPlatform)
scala_3Version
),
libraryDependencies ++= Seq(
"com.typesafe.play" %%% "play-json" % "2.10.1",
"org.playframework" %%% "play-json" % "3.0.0",
scalaXmlTest
),
libraryDependencies ++= {
Expand Down

0 comments on commit cb7da33

Please sign in to comment.