Skip to content

Commit

Permalink
Play 2.8.19, Play JSON 2.9.4, Twirl 1.5.2, Play file watch 1.1.16 (#3360
Browse files Browse the repository at this point in the history
)

* Play 2.8.19, Play JSON 2.9.4, Twirl 1.5.2, Play file watch 1.1.16

* Update Twirl's groupId

* formatting

* Align Netty with the version in Play https://github.com/playframework/playframework/blob/2.8.19/project/Dependencies.scala\#L165-L170
  • Loading branch information
ennru committed Jun 29, 2023
1 parent 98659ac commit 1bfd305
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val AkkaVersion = sys.props.getOrElse("lagom.build.akka.version", "2.8.2") // sy
val JUnitVersion = "4.13.2"
val JUnitInterfaceVersion = "0.11"
val ScalaTestVersion = "3.0.8"
val PlayVersion = "2.8.11" // sync with project/Dependencies.scala
val PlayVersion = "2.8.19" // sync with project/Dependencies.scala
val Log4jVersion = "2.15.0"
val MacWireVersion = "2.3.3"
val LombokVersion = "1.18.8"
Expand Down
8 changes: 4 additions & 4 deletions docs/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ lazy val dev = ProjectRef(Path.fileProperty("user.dir").getParentFile, "sbt-plug
resolvers += Resolver.typesafeIvyRepo("releases") // sbt 1.3 regression
addSbtPlugin("com.lightbend.markdown" %% "sbt-lightbend-markdown" % "1.8.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-web" % "1.4.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.0") // sync with project/Dependencies.scala
addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-uglify" % "2.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-web" % "1.4.4")
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.5.2") // sync with project/Dependencies.scala
addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-uglify" % "2.0.0")

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
Expand Down
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ object Dependencies {
val SbtScala = Seq(Scala212, Scala210)

// If you update the version of Play, you probably need to update the other Play* variables.
val Play = "2.8.11" // sync with docs/build.sbt
val PlayJson = "2.9.1"
val Play = "2.8.19" // sync with docs/build.sbt
val PlayJson = "2.9.4"
val PlayStandaloneWs = "2.1.6"
val Twirl = "1.5.1" // sync with docs/project/plugins.sbt
val PlayFileWatch = "1.1.14"
val Twirl = "1.5.2" // sync with docs/project/plugins.sbt
val PlayFileWatch = "1.1.16"

val Akka: String = sys.props.getOrElse("lagom.build.akka.version", "2.8.2") // sync with docs/build.sbt
val AkkaHttp = "10.5.2"
Expand All @@ -46,8 +46,8 @@ object Dependencies {
val Maven = "3.6.2"
val MavenWagon = "3.3.3"
val MavenResolver = "1.4.1"
val Netty = "4.1.63.Final"
val NettyReactiveStreams = "2.0.5"
val Netty = "4.1.87.Final"
val NettyReactiveStreams = "2.0.8"
val Kafka = "2.1.1"
// adapt links in (java/scala)/KafkaClient.md for minor version changes
val AlpakkaKafka = "1.1.0"
Expand Down

0 comments on commit 1bfd305

Please sign in to comment.