Skip to content

Commit

Permalink
Merge branch 'main' into update/scalafmt-core-3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 18, 2022
2 parents 9d77b89 + 3a354d2 commit e455f7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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")

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" % "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")

0 comments on commit e455f7c

Please sign in to comment.