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 73646a7 commit e696b0cCopy full SHA for e696b0c
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.6" :: Nil,
+ crossScalaVersions := "2.12.20" :: Scala213 :: "3.3.7" :: Nil,
122
(Compile / doc / scalacOptions) ++= {
123
val tag = tagOrHash.value
124
Seq(
0 commit comments