Skip to content

Commit

Permalink
Merge pull request #334 from innFactory/update/play-2.9.6
Browse files Browse the repository at this point in the history
chore: update play, play-akka-http-server, ... from 2.9.5 to 2.9.6
  • Loading branch information
mergify[bot] authored Nov 29, 2024
2 parents 8e265a9 + c28ef02 commit 220e656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._

object Dependencies {

val playVersion = "2.9.5"
val playVersion = "2.9.6"
val typesafePlay = "com.typesafe.play" %% "play" % playVersion

val scalaVersion = "2.13.15"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3")
addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.2.5")
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.25")
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.5")
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.6")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.2")

ThisBuild / dependencyOverrides ++= Seq(
Expand Down

0 comments on commit 220e656

Please sign in to comment.