Skip to content

Commit 4aab328

Browse files
authored
Merge pull request #1257 from scala-steward/update/2.2.x/patches
[2.2.x] Patch updates
2 parents 40869e2 + 185583d commit 4aab328

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99
val scala213 = "2.13.18"
1010
val scala3 = "3.3.7"
1111

12-
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.31")
12+
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.32")
1313

1414
val assertj = Seq("org.assertj" % "assertj-core" % "3.27.7")
1515

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
33
#
4-
sbt.version=1.12.2
4+
sbt.version=1.12.8

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
3-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
3+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")
44
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
55
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
66
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)