Skip to content

Commit

Permalink
Update to sbt-projectmatrix 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Dec 2, 2020
1 parent 901f6e7 commit b59e799
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
SCALA_VERSION: ${{matrix.scala}}
strategy:
matrix:
scala: [2_12, 2_13, 3_0]
scala: [2_12, 2_13, 3_0_0_M1]
script: [mima, e2e, proptest]
include:
- scala: 2_12
Expand Down
2 changes: 1 addition & 1 deletion e2e.sh
Expand Up @@ -5,7 +5,7 @@ sbt clean \
e2eJVM$SCALA_VERSION/test \
e2eGrpcJVM$SCALA_VERSION/test

if [[ "$SCALA_VERSION" != "3_0" ]]; then
if [[ "$SCALA_VERSION" != "3_0"* ]]; then
sbt \
e2eJS${SCALA_VERSION}/test
fi
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -30,7 +30,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4")

addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.5")

addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.6.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.7.0")

addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.6")

Expand Down

0 comments on commit b59e799

Please sign in to comment.