Skip to content

Commit 6dd792f

Browse files
Patch updates (#54)
* sbt-ci-release 1.11.2 (was 1.11.1) * sbt 1.11.5 (was 1.11.3) * scalafmt-core 3.9.9 (was 3.9.8)
1 parent f66a0a1 commit 6dd792f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version https://scalameta.org/scalafmt/docs/configuration.html#version
2-
version = 3.9.8
2+
version = 3.9.9
33
# Dialect https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
44
runner.dialect = scala213
55

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (C) from 2023 The sbt contributors <https://github.com/sbt>
22

3-
sbt.version=1.11.3
3+
sbt.version=1.11.5

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
addSbtPlugin("com.github.sbt" % "sbt-web-build-base" % "2.0.2")
44

5-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
5+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
66

77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
88

0 commit comments

Comments
 (0)