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 9764262 commit 3e46e13Copy full SHA for 3e46e13
build.sbt
@@ -103,7 +103,7 @@ val commonSettings = Def.settings(
103
},
104
scalacOptions ++= unusedWarnings,
105
scalaVersion := scala212,
106
- crossScalaVersions := scala212 :: "2.13.15" :: "3.3.4" :: Nil,
+ crossScalaVersions := scala212 :: "2.13.16" :: "3.3.4" :: Nil,
107
(Compile / doc / scalacOptions) ++= {
108
val tag = tagOrHash.value
109
Seq(
0 commit comments