We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 014a1a2 + 94b42a5 commit f2dba64Copy full SHA for f2dba64
project/Dependencies.scala
@@ -4,7 +4,7 @@
4
import sbt._
5
6
object Dependencies {
7
- val Scala212 = "2.12.19"
+ val Scala212 = "2.12.20"
8
val Scala213 = "2.13.14"
9
val Scala3 = "3.3.3"
10
project/plugins.sbt
@@ -2,4 +2,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
2
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
3
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
0 commit comments