We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f1f60 commit 03d1e95Copy full SHA for 03d1e95
project/Dependencies.scala
@@ -33,7 +33,7 @@ object Dependencies {
33
34
val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab from plugin
35
36
- val scala212Version = "2.12.19"
+ val scala212Version = "2.12.20"
37
val scala213Version = "2.13.14"
38
val scala3Version = "3.3.3"
39
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
0 commit comments