Skip to content

Commit

Permalink
Merge pull request #926 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Sep 4, 2024
2 parents cd6ec92 + 043c2f3 commit dc1cb3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ object Dependencies {
val scala213 = "2.13.14"
val scala3 = "3.3.3"

val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.6")
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.7")

val assertj = Seq("org.assertj" % "assertj-core" % "3.26.3")

val awaitility = Seq("org.awaitility" % "awaitility" % "4.2.1")
val awaitility = Seq("org.awaitility" % "awaitility" % "4.2.2")

val specsVersion = "4.20.8"
val specsBuild = Seq(
Expand All @@ -28,7 +28,7 @@ object Dependencies {

val playJson = Seq("org.playframework" %% "play-json" % "3.1.0-M1")

val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.13")
val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.16")

val javaxInject = Seq("javax.inject" % "javax.inject" % "1")

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit dc1cb3f

Please sign in to comment.