Skip to content

Commit 0963ad8

Browse files
committed
remove unnecessary workaround from build
1 parent 499fc06 commit 0963ad8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.sbt

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ def osgiExport(scalaVersion: String, version: String) = {
1818
}) ++ Seq(s"scala.compat.java8.*;version=${version}")
1919
}
2020

21-
// shouldn't be necessary anymore after https://github.com/lampepfl/dotty/pull/13498
22-
// makes it into a release
23-
ThisBuild / libraryDependencySchemes += "org.scala-lang" %% "scala3-library" % "semver-spec"
24-
2521
lazy val commonSettings = Seq(
2622
crossScalaVersions := Seq("2.13.8", "2.12.16", "2.11.12", "3.1.3"),
2723
scalaVersion := crossScalaVersions.value.head,

0 commit comments

Comments
 (0)