Skip to content

Commit a3c5359

Browse files
committed
Infra versions bump
1 parent 11e724e commit a3c5359

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version = "3.8.0"
22
maxColumn = 120
33
project.git = true
4-
runner.dialect = scala212
4+
runner.dialect = scala212source3
55

66
# http://docs.scala-lang.org/style/scaladoc.html recommends the JavaDoc style.
77
# scala/scala is written that way too https://github.com/scala/scala/blob/v2.12.2/src/library/scala/Predef.scala

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val mvnVersion = "3.9.4"
22
val mvnResolverVersion = "1.9.18"
3-
val scala212 = "2.12.19"
3+
val scala212 = "2.12.20"
44

55
ThisBuild / organization := "com.github.sbt"
66
ThisBuild / licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"))

project/build.properties

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

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.1")
2-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
3-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
1+
addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.2")
2+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

0 commit comments

Comments
 (0)