We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9830d10 commit 5189094Copy full SHA for 5189094
admin/build.ps1
@@ -43,9 +43,7 @@ if ($env:APPVEYOR_FORCED_BUILD -eq 'true') {
43
Exit 1
44
}
45
} 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"
+ $env:version="2.13.6"
49
clearIvyCache
50
# By default, test building the packages (but don't uplaod)
51
# Need to redirect stderr, otherwise any error output (like jvm warning) fails the build (ErrorActionPreference)
0 commit comments