Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bdaa75e

Browse files
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‎

Lines changed: 2 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /