We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66a0a1 commit 6dd792fCopy full SHA for 6dd792f
.scalafmt.conf
@@ -1,5 +1,5 @@
1
# Version https://scalameta.org/scalafmt/docs/configuration.html#version
2
-version = 3.9.8
+version = 3.9.9
3
# Dialect https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
4
runner.dialect = scala213
5
project/build.properties
@@ -1,3 +1,3 @@
# Copyright (C) from 2023 The sbt contributors <https://github.com/sbt>
-sbt.version=1.11.3
+sbt.version=1.11.5
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")
6
7
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
8
0 commit comments