diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f6185f1a..2af7d8bf 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,13 +9,13 @@ object Dependencies { val scala213 = "2.13.10" val scala3 = "3.2.0" - val logback = Seq("ch.qos.logback" % "logback-core" % "1.4.1") + val logback = Seq("ch.qos.logback" % "logback-core" % "1.4.4") val assertj = Seq("org.assertj" % "assertj-core" % "3.23.1") val awaitility = Seq("org.awaitility" % "awaitility" % "4.2.0") - val specsVersion = "4.16.1" + val specsVersion = "4.17.0" val specsBuild = Seq( "specs2-core", "specs2-junit", @@ -26,9 +26,9 @@ object Dependencies { val junitInterface = Seq("com.github.sbt" % "junit-interface" % "0.13.3") - val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.0-RC6") + val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.0-RC7") - val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.1") + val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.3") val javaxInject = Seq("javax.inject" % "javax.inject" % "1") diff --git a/project/plugins.sbt b/project/plugins.sbt index 81e4ab1c..6688d063 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")