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.
1 parent 36ada8b commit 1e1304eCopy full SHA for 1e1304e
build.sbt
@@ -107,7 +107,7 @@ val commonSettings = Def.settings(
107
.toList
108
.flatten,
109
scalaVersion := Scala213,
110
- crossScalaVersions := "2.12.19" :: Scala213 :: "3.3.3" :: Nil,
+ crossScalaVersions := "2.12.20" :: Scala213 :: "3.3.3" :: Nil,
111
(Compile / doc / scalacOptions) ++= {
112
val tag = tagOrHash.value
113
Seq(
0 commit comments