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 5bf6b3b commit 9fc8dbaCopy full SHA for 9fc8dba
build.sbt
@@ -6,7 +6,7 @@ lazy val root = (project in file(".")).settings(
6
name := "scalamd",
7
version := "1.8.0",
8
scalaVersion := Scala212,
9
- crossScalaVersions := Seq(Scala212, "2.11.12", "2.10.7", "2.13.16", "3.3.5"),
+ crossScalaVersions := Seq(Scala212, "2.11.12", "2.10.7", "2.13.16", "3.3.6"),
10
transitiveClassifiers in Global := Seq(Artifact.SourceClassifier),
11
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"),
12
scalatestVersion := "3.2.19",
0 commit comments