Skip to content

Commit 2f59f5c

Browse files
authored
Merge pull request #394 from scala-steward/update/9.1.x/patches
[9.1.x] Patch updates
2 parents 03a588b + 52cb190 commit 2f59f5c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lazy val `play-mailer` = (project in file("play-mailer"))
4444
libraryDependencies ++= Seq(
4545
"javax.inject" % "javax.inject" % "1",
4646
"com.typesafe" % "config" % "1.4.3",
47-
"org.slf4j" % "slf4j-api" % "2.0.16",
47+
"org.slf4j" % "slf4j-api" % "2.0.17",
4848
"org.apache.commons" % "commons-email" % "1.6.0",
4949
"com.typesafe.play" %% "play" % Dependencies.PlayVersion % Test,
5050
"com.typesafe.play" %% "play-specs2" % Dependencies.PlayVersion % Test

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ object Dependencies {
66
val Scala3 = "3.3.5"
77
val ScalaVersions = Seq(Scala213, Scala3)
88

9-
val PlayVersion = sys.props.getOrElse("play.version", sys.env.getOrElse("PLAY_VERSION", "2.9.6"))
9+
val PlayVersion = sys.props.getOrElse("play.version", sys.env.getOrElse("PLAY_VERSION", "2.9.7"))
1010
}

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.7
1+
sbt.version=1.10.11

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
22
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.7
1+
sbt.version=1.10.11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.env.getOrElse("PLAY_VERSION", "2.9.6"))
1+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.env.getOrElse("PLAY_VERSION", "2.9.7"))
22
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.7
1+
sbt.version=1.10.11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.env.getOrElse("PLAY_VERSION", "2.9.6"))
1+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.env.getOrElse("PLAY_VERSION", "2.9.7"))
22
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")

0 commit comments

Comments
 (0)