Skip to content

Commit f985c3d

Browse files
authored
Merge pull request #227 from innFactory/update/play-2.9.1
chore: update play, play-akka-http-server, ... from 2.9.0 to 2.9.1
2 parents aed48bb + 585701d commit f985c3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33

44
object Dependencies {
55

6-
val playVersion = "2.9.0"
6+
val playVersion = "2.9.1"
77
val typesafePlay = "com.typesafe.play" %% "play" % playVersion
88

99
val scalaVersion = "2.13.12"

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3")
22
addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.1.5")
33
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
44
addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.17.19")
5-
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.0")
5+
addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.1")
66
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.9")
77

88
ThisBuild / dependencyOverrides ++= Seq(

0 commit comments

Comments
 (0)