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 f47a4a7

Browse files
Merge pull request #237 from scala-steward/update/sbt-1.3.0
Update sbt to 1.3.0
2 parents 33d225c + bdaa75e commit f47a4a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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)

‎project/build.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.8
1+
sbt.version=1.3.0

0 commit comments

Comments
(0)

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