Skip to content

Commit f66a0a1

Browse files
Patch updates (#53)
* sbt 1.11.3 (was 1.11.2) * sbt-scalafmt 2.5.5 (was 2.5.4)
1 parent f93536d commit f66a0a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.2
3+
sbt.version=1.11.3

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-web-build-base" % "2.0.2")
44

55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
66

7-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
7+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
88

99
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.10.0")
1010

0 commit comments

Comments
 (0)