Skip to content

Commit 5189094

Browse files
committed
Bump default version to 2.13.6
1 parent 9830d10 commit 5189094

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

admin/build.ps1

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ if ($env:APPVEYOR_FORCED_BUILD -eq 'true') {
4343
Exit 1
4444
}
4545
} else {
46-
# although this is the 2.13.x branch, we don't have any 2.13 scala-dist
47-
# artifacts to depend on yet. so for now, just keep using 2.12.4
48-
$env:version="2.12.4"
46+
$env:version="2.13.6"
4947
clearIvyCache
5048
# By default, test building the packages (but don't uplaod)
5149
# Need to redirect stderr, otherwise any error output (like jvm warning) fails the build (ErrorActionPreference)

0 commit comments

Comments
 (0)