Skip to content

Commit

Permalink
Merge pull request playframework#929 from scala-steward/update/2.2.x/…
Browse files Browse the repository at this point in the history
…patches

[2.2.x] Patch updates
  • Loading branch information
mkurz authored Sep 4, 2024
2 parents fdd41c7 + 8d506ad commit 1175af6
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("com.typesafe.play" %% "play-json" % "2.10.6")

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.1.5")
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 1175af6

Please sign in to comment.