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 b1af98d + 2129f3d commit 129066cCopy full SHA for 129066c
project/Dependencies.scala
@@ -5,7 +5,7 @@ import sbt._
5
6
object Dependencies {
7
val Scala212 = "2.12.20"
8
- val Scala213 = "2.13.16"
+ val Scala213 = "2.13.17"
9
val Scala3 = "3.3.6"
10
11
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
0 commit comments