Skip to content

Commit 11ac4fc

Browse files
authored
Merge branch 'series/2.x' into update/sbt-scalajs-1.20.1
2 parents a7ac658 + 94c176f commit 11ac4fc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.6"
1+
version = "3.9.10"
22
runner.dialect = scala213
33
maxColumn = 120
44
align.preset = most

project/BuildHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object BuildHelper {
88

99
val Scala212 = "2.12.20"
1010
val Scala213 = "2.13.16"
11-
val Scala3 = "3.3.6"
11+
val Scala3 = "3.3.7"
1212

1313
private val stdOptions = Seq(
1414
"-encoding",

project/build.properties

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

project/plugins.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
1+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
22

33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
44

5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3")
66

77
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1")
88

99
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.10")
1010

11-
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
11+
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")
1212

13-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
13+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
1414

1515
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.5.0")
1616

@@ -24,6 +24,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
2424

2525
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
2626

27-
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.9"
27+
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.10"
2828

2929
resolvers += Resolver.sonatypeRepo("public")

0 commit comments

Comments
 (0)