We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93536d commit f66a0a1Copy full SHA for f66a0a1
2 files changed
project/build.properties
@@ -1,3 +1,3 @@
1
# Copyright (C) from 2023 The sbt contributors <https://github.com/sbt>
2
3
-sbt.version=1.11.2
+sbt.version=1.11.3
project/plugins.sbt
@@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-web-build-base" % "2.0.2")
4
5
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
6
7
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
8
9
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.10.0")
10
0 commit comments