Skip to content

Commit

Permalink
Update play-json to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Sep 19, 2023
1 parent 3d7106a commit 97555b1
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 @@ -14,7 +14,7 @@ val `sbt-scalajs-bundler` =
.settings(
description := "Module bundler for Scala.js projects",
libraryDependencies += "com.google.jimfs" % "jimfs" % "1.2",
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.9.4",
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.10.1",
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion),
buildInfoKeys := Seq[BuildInfoKey](version),
buildInfoPackage := "scalajsbundler.sbtplugin.internal",
Expand Down

0 comments on commit 97555b1

Please sign in to comment.