Skip to content

Commit 66545d5

Browse files
authored
Merge pull request #364 from scala-steward/update/3.0.x/patches
[3.0.x] Patch updates
2 parents e6d1861 + 891df5f commit 66545d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object Dependencies {
2020
}
2121
}
2222

23-
val slf4jVersion = "2.0.16"
23+
val slf4jVersion = "2.0.17"
2424
val slf4j = "org.slf4j" % "slf4j-api" % slf4jVersion
2525
val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion
2626
}

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.10.7
4+
sbt.version=1.10.10

0 commit comments

Comments
 (0)