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 fcecfbb commit 251b89aCopy full SHA for 251b89a
build.sbt
@@ -118,7 +118,7 @@ val commonSettings = Def.settings(
118
.toList
119
.flatten,
120
scalaVersion := Scala213,
121
- crossScalaVersions := "2.12.20" :: Scala213 :: "3.3.5" :: Nil,
+ crossScalaVersions := "2.12.20" :: Scala213 :: "3.3.6" :: Nil,
122
(Compile / doc / scalacOptions) ++= {
123
val tag = tagOrHash.value
124
Seq(
0 commit comments