Skip to content

Commit 22e2bb3

Browse files
authored
revert to Scala 3.3
> Scala 3.4.0 code can depend on dependencies compiled with Scala 3.3.x, but not the other way around. That means that if you are a library author, you should consider staying on the LTS line. scala/scala-lang#1598
1 parent 5720f07 commit 22e2bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val root = (project in file(".")).settings(
66
name := "scalamd",
77
version := "1.7.4-SNAPSHOT",
88
scalaVersion := Scala212,
9-
crossScalaVersions := Seq(Scala212, "2.11.12", "2.10.7", "2.13.13", "3.4.0"),
9+
crossScalaVersions := Seq(Scala212, "2.11.12", "2.10.7", "2.13.13", "3.3.2"),
1010
transitiveClassifiers in Global := Seq(Artifact.SourceClassifier),
1111
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"),
1212
scalatestVersion := "3.2.18",

0 commit comments

Comments
 (0)