Skip to content

Commit a0195e1

Browse files
authored
[2.10.x] Patch updates (#1214)
* [2.10.x] sbt-ci-release 1.11.2 (was 1.11.1) * [2.10.x] sbt 1.11.6 (was 1.11.3) * [2.10.x] scalafmt-core 3.9.9 (was 3.9.8)
1 parent 0c96564 commit a0195e1

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,4 +1,4 @@
1-
version = 3.9.8
1+
version = 3.9.9
22
runner.dialect = Scala213Source3
33

44
align.preset = true

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.3
1+
sbt.version=1.11.6

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
2222

2323
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
2424

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

0 commit comments

Comments
 (0)