Skip to content

Commit

Permalink
Merge pull request #182 from tgodzik/update-dotty
Browse files Browse the repository at this point in the history
Update dotty versions to 0.26.0 and 0.27.0-RC1
  • Loading branch information
tgodzik authored Aug 28, 2020
2 parents 1330dda + c1c0224 commit 0e232af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +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.25:$version \
org.scalameta:munit_0.26:$version \
org.scalameta:munit_0.27:$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 @@ -21,8 +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.25:$version \
org.scalameta:munit-scalacheck_0.26:$version \
org.scalameta:munit-scalacheck_0.27:$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.26.0-RC1"
def dottyStable = "0.25.0"
def dottyNext = "0.27.0-RC1"
def dottyStable = "0.26.0"
def junitVersion = "4.13"
def gcp = "com.google.cloud" % "google-cloud-storage" % "1.111.2"
inThisBuild(
Expand Down

0 comments on commit 0e232af

Please sign in to comment.