Skip to content

Commit

Permalink
chore: update play, play-akka-http-server, ... from 2.9.5 to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Sep 13, 2024
1 parent 6688f37 commit 107fb07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbt._

object Dependencies {

val playVersion = "2.9.5"
val typesafePlay = "com.typesafe.play" %% "play" % playVersion
val playVersion = "3.0.5"
val typesafePlay = "org.playframework" %% "play" % playVersion

val scalaVersion = "2.13.14"
val smithy4sVersion = "0.18.24"
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.1")
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.24")
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.5")
addSbtPlugin("org.playframework" %% "sbt-plugin" % "3.0.5")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.0")

ThisBuild / dependencyOverrides ++= Seq(
Expand Down

0 comments on commit 107fb07

Please sign in to comment.