Skip to content

Commit bdaa75e

Browse files
committed
Set useCoursier to false for scala 2.11.x
workaround for sbt/sbt#4995
1 parent fac02c0 commit bdaa75e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
33

44
crossScalaVersions in ThisBuild := List("2.12.9", "2.11.12", "2.13.0")
55

6+
useCoursier in ThisBuild := !scalaVersion.value.startsWith("2.11.") // https://github.com/sbt/sbt/issues/4995
7+
68
lazy val root = project.in(file("."))
79
.aggregate(`scala-parser-combinatorsJS`, `scala-parser-combinatorsJVM`, `scala-parser-combinatorsNative`)
810
.settings(disablePublishing)

0 commit comments

Comments
 (0)