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 68d2580 commit b5ef43aCopy full SHA for b5ef43a
build.mill
@@ -11,7 +11,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
11
import com.github.lolgab.mill.mima._
12
13
val dottyVersion = sys.props.get("dottyVersion")
14
-val scalaVersions = List("2.12.20", "2.13.15", "3.6.2") ++ dottyVersion
+val scalaVersions = List("2.12.20", "2.13.15", "3.3.4") ++ dottyVersion
15
16
trait RequestsJvmModule extends RequestsModule with Mima {
17
def mimaPreviousArtifacts = Agg(
0 commit comments