Skip to content

Commit f2dba64

Browse files
authored
Merge pull request #337 from scala-steward/update/2.3.x/patches
[2.3.x] Patch updates
2 parents 014a1a2 + 94b42a5 commit f2dba64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sbt._
55

66
object Dependencies {
7-
val Scala212 = "2.12.19"
7+
val Scala212 = "2.12.20"
88
val Scala213 = "2.13.14"
99
val Scala3 = "3.3.3"
1010

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
22
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
33
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
5-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
5+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")

0 commit comments

Comments
 (0)