Skip to content

Commit d7c1e56

Browse files
scala-steward-for-moia[bot]scala-steward
andauthored
Minor/Patch Updates (#147)
* Update log4j-api to 2.25.4 * Update sbt to 1.12.8 * Update scalatest to 3.2.20 --------- Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
1 parent 38e8743 commit d7c1e56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ lazy val library = new {
5454
object Version {
5555
val pekko = "1.4.0"
5656
val pekkoHttp = "1.3.0"
57-
val log4j = "2.25.3"
57+
val log4j = "2.25.4"
5858
val pureConfig = "0.17.10"
5959
val scalaCheck = "1.19.0"
6060
val scalaLogging = "3.9.6"
61-
val scalaTest = "3.2.19"
61+
val scalaTest = "3.2.20"
6262
}
6363

6464
val dependencies = Seq(

project/build.properties

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

0 commit comments

Comments
 (0)