Skip to content

Commit f47a4a7

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

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

project/build.properties

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