diff --git a/.scalafmt.conf b/.scalafmt.conf index 5aaba1dfa6..b11343b44b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.1 +version = 3.11.5 runner.dialect = scala3 maxColumn = 120 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5d7177eda0..32ec7a6495 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,7 +1,7 @@ import sbt.* object V { - val munit = "1.3.3" // "0.7.29" + val munit = "1.3.4" // "0.7.29" val munitZio = "0.4.0" // https://mvnrepository.com/artifact/dev.zio/zio diff --git a/project/plugins.sbt b/project/plugins.sbt index cda2a2a2cf..a476d251b3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,11 +1,11 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.7") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.5.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.7") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.1.0-RC2") -addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.10.0") // scalapb 1.0.0-alpha.x is required for sbt 2.x: the 0.11.x _3 POM hardcodes _2.13 transitive deps // (protoc-gen, protoc-cache-coursier) which pull protoc-bridge_2.13 and conflict with sbt-protoc's