Skip to content

Commit

Permalink
Merge pull request #304 from innFactory/update/play-2.9.5
Browse files Browse the repository at this point in the history
chore: update play, play-akka-http-server, ... from 2.9.4 to 2.9.5
  • Loading branch information
mergify[bot] authored Jul 25, 2024
2 parents 01adb93 + 3cde51a commit c804231
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.4"
val playVersion = "2.9.5"
val typesafePlay = "com.typesafe.play" %% "play" % playVersion

val scalaVersion = "2.13.14"
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.1.7")
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.23")
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.4")
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.5")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.1.0")

ThisBuild / dependencyOverrides ++= Seq(
Expand Down

0 comments on commit c804231

Please sign in to comment.