Skip to content

Commit

Permalink
Merge pull request #144 from olafurpg/dotty
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg authored Jun 11, 2020
2 parents bff6959 + 345267d commit ad33e90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions bin/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ coursier resolve \
org.scalameta:munit_2.11:$version \
org.scalameta:munit_2.12:$version \
org.scalameta:munit_2.13:$version \
org.scalameta:munit_0.23:$version \
org.scalameta:munit_0.24:$version \
org.scalameta:munit_0.25:$version \
org.scalameta:munit_native0.4.0-M2_2.11:$version \
org.scalameta:munit_sjs0.6_2.11:$version \
org.scalameta:munit_sjs0.6_2.12:$version \
Expand All @@ -20,7 +21,8 @@ coursier resolve \
org.scalameta:munit-scalacheck_2.11:$version \
org.scalameta:munit-scalacheck_2.12:$version \
org.scalameta:munit-scalacheck_2.13:$version \
org.scalameta:munit-scalacheck_0.23:$version \
org.scalameta:munit-scalacheck_0.24:$version \
org.scalameta:munit-scalacheck_0.25:$version \
org.scalameta:munit-scalacheck_native0.4.0-M2_2.11:$version \
org.scalameta:munit-scalacheck_sjs0.6_2.11:$version \
org.scalameta:munit-scalacheck_sjs0.6_2.12:$version \
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ val scalaNativeVersion = "0.4.0-M2"
def scala213 = "2.13.2"
def scala212 = "2.12.11"
def scala211 = "2.11.12"
def dottyNext = "0.24.0-RC1"
def dottyStable = "0.23.0"
def dottyNext = "0.25.0-RC1"
def dottyStable = "0.24.0"
def junitVersion = "4.13"
def gcp = "com.google.cloud" % "google-cloud-storage" % "1.107.0"
inThisBuild(
Expand Down

0 comments on commit ad33e90

Please sign in to comment.