Skip to content

Commit

Permalink
Merge pull request #45 from guardian/mc-updates-dependencies
Browse files Browse the repository at this point in the history
Updates dependencies  november 2024
  • Loading branch information
mchv authored Nov 1, 2024
2 parents 07748c2 + 7c91943 commit d3d97fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import sbtrelease.ReleaseStateTransformations._
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"


val Scala212 = "2.12.19"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"
val Scala212 = "2.12.20"
val Scala213 = "2.13.15"
val Scala3 = "3.3.4"


ThisBuild / scalaVersion := Scala213
Expand Down Expand Up @@ -126,9 +126,9 @@ lazy val `play-v28` = project
description := "A brotli filter module for Play 2.8",
crossScalaVersions := Seq(Scala212, Scala213),
libraryDependencies ++= Seq(
"com.typesafe.play" %% "play" % "2.8.21" % Provided,
"com.typesafe.play" %% "filters-helpers" % "2.8.21" % Test,
"com.typesafe.play" %% "play-specs2" % "2.8.21" % Test,
"com.typesafe.play" %% "play" % "2.8.22" % Provided,
"com.typesafe.play" %% "filters-helpers" % "2.8.22" % Test,
"com.typesafe.play" %% "play-specs2" % "2.8.22" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.14" % Test,
/* override guice version below to fix reflection issue see https://github.com/google/guice/issues/1133 */
"com.google.inject" % "guice" % "6.0.0" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.4
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.16.2-SNAPSHOT"
ThisBuild / version := "0.17.1"

0 comments on commit d3d97fb

Please sign in to comment.