Skip to content

Commit 32457b5

Browse files
committed
Merge branch '2.13.x' into advance-2.13-shas-20201223
2 parents eb42623 + 97cc889 commit 32457b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

advance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sbt -sbt-create -Dsbt.version=1.4.5 -Dsbt.main.class=sbt.ScriptMain -Dsbt.supershell=false -error
1+
#!/usr/bin/env sbt -sbt-create -Dsbt.version=1.4.6 -Dsbt.main.class=sbt.ScriptMain -Dsbt.supershell=false -error
22

33
// to advance all projects:
44
// % ./advance scalacheck

community.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ vars {
3232
sbt-0-13-version: "0.13.18"
3333
sbt-1-2-version: "1.2.8"
3434
sbt-1-3-version: "1.3.13"
35-
sbt-version: "1.4.5"
35+
sbt-version: "1.4.6"
3636
sbt-java-options: ["-Xms1536m", "-Xmx1536m", "-Xss2m"]
3737
}
3838

narrow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sbt -sbt-create -Dsbt.version=1.4.5 -Dsbt.main.class=sbt.ScriptMain -Dsbt.supershell=false -error
1+
#!/usr/bin/env sbt -sbt-create -Dsbt.version=1.4.6 -Dsbt.main.class=sbt.ScriptMain -Dsbt.supershell=false -error
22

33
// to narrow projs.conf to just one project and its dependencies:
44
// % ./narrow scalacheck

report/project/build.properties

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

0 commit comments

Comments
 (0)