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 7521914 commit 9cd18dcCopy full SHA for 9cd18dc
build.sbt
@@ -1,6 +1,10 @@
1
ThisBuild / crossScalaVersions := Seq("2.13.6", "3.0.2")
2
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
3
4
+// shouldn't be necessary anymore after https://github.com/lampepfl/dotty/pull/13498
5
+// makes it into a release
6
+ThisBuild / libraryDependencySchemes += "org.scala-lang" %% "scala3-library" % "semver-spec"
7
+
8
Global / cancelable := true
9
publish / skip := true // in root
10
0 commit comments