Skip to content

Commit

Permalink
Update play-json in build.sbt (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpopic authored Aug 31, 2024
1 parent 639c94c commit e92e3e6
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 @@ -8,7 +8,7 @@ lazy val root = (project in file("."))
.enablePlugins(AssemblyPlugin)
.settings(
libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-json" % "2.10.0",
"com.typesafe.play" %% "play-json" % "2.10.6",
"org.scalatest" %% "scalatest" % "3.1.0" % Test
),
// Assembly settings
Expand Down

0 comments on commit e92e3e6

Please sign in to comment.