File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ SourceCode [
605+ - Add Scala 2.13.0-RC1 support
602606
6036070.1.5
604608-----
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ set -eux
3+
4+ VERSION=$1
5+ coursier fetch \
6+ com.lihaoyi:sourcecode_2.10:$VERSION \
7+ com.lihaoyi:sourcecode_2.11:$VERSION \
8+ com.lihaoyi:sourcecode_2.12:$VERSION \
9+ com.lihaoyi:sourcecode_2.13.0-RC1:$VERSION \
10+ com.lihaoyi:sourcecode_2.13.0-RC1:$VERSION \
11+ com.lihaoyi:sourcecode_native0.3_2.11:$VERSION \
12+ com.lihaoyi:sourcecode_sjs0.6_2.10:$VERSION \
13+ com.lihaoyi:sourcecode_sjs0.6_2.11:$VERSION \
14+ com.lihaoyi:sourcecode_sjs0.6_2.12:$VERSION \
15+ com.lihaoyi:sourcecode_sjs0.6_2.13.0-RC1:$VERSION \
16+ com.lihaoyi:sourcecode_sjs0.6_2.13.0-RC1:$VERSION \
17+ -r sonatype:releases
You can’t perform that action at this time.
0 commit comments