diff --git a/.scalafmt.conf b/.scalafmt.conf index d06c2ba..7db855e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # Version https://scalameta.org/scalafmt/docs/configuration.html#version -version = 3.9.8 +version = 3.9.9 # Dialect https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects runner.dialect = scala213 diff --git a/project/build.properties b/project/build.properties index bf66924..4d3732c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2023 The sbt contributors -sbt.version=1.11.3 +sbt.version=1.11.5 diff --git a/project/plugins.sbt b/project/plugins.sbt index c606e39..740221e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-web-build-base" % "2.0.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")