File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import sbt._
3
3
4
4
object Dependencies {
5
5
6
- val playVersion = " 2.9.5 "
6
+ val playVersion = " 2.9.6 "
7
7
val typesafePlay = " com.typesafe.play" %% " play" % playVersion
8
8
9
9
val scalaVersion = " 2.13.15"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3")
2
2
addSbtPlugin(" org.wartremover" %% " sbt-wartremover" % " 3.2.5" )
3
3
addSbtPlugin(" org.scalameta" %% " sbt-scalafmt" % " 2.5.2" )
4
4
addSbtPlugin(" com.disneystreaming.smithy4s" %% " smithy4s-sbt-codegen" % " 0.18.25" )
5
- addSbtPlugin(" com.typesafe.play" %% " sbt-plugin" % " 2.9.5 " )
5
+ addSbtPlugin(" com.typesafe.play" %% " sbt-plugin" % " 2.9.6 " )
6
6
addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % " 2.2.2" )
7
7
8
8
ThisBuild / dependencyOverrides ++= Seq (
You can’t perform that action at this time.
0 commit comments