Skip to content

Commit 9cd18dc

Browse files
committed
fix versionPolicyCheck
1 parent 7521914 commit 9cd18dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ThisBuild / crossScalaVersions := Seq("2.13.6", "3.0.2")
22
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
33

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+
48
Global / cancelable := true
59
publish / skip := true // in root
610

0 commit comments

Comments
 (0)