Skip to content

Commit 4170623

Browse files
authored
Merge pull request #1358 from mkurz/sbt_2.0.2
Run sbt 2 tests with sbt 2.0.2
2 parents c4c0cde + df779d4 commit 4170623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-sbt-command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sample_path="${sample_path#$repo_root/}"
88

99
sbt_bin="${SBT_BIN:-sbt}"
1010
run_sbt1="${RUN_SBT1_TESTS:-true}"
11-
sbt2_version="${MATRIX_SBT2:-2.0.0-RC12}"
11+
sbt2_version="${MATRIX_SBT2:-2.0.2}"
1212
run_sbt2="${RUN_SBT2_TESTS:-true}"
1313

1414
sbt2_blacklist=(

0 commit comments

Comments
 (0)