Update dotty versions in scripted tests (#5982)

This commit is contained in:
kenji yoshida 2020-10-18 14:06:44 +09:00 committed by GitHub
parent 3266d77862
commit 84b84ec58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "0.26.0-RC1"
ThisBuild / scalaVersion := "0.27.0-RC1"
lazy val plugin = project
.in(file("plugin"))

View File

@ -1,4 +1,4 @@
lazy val dottyVersion = "0.14.0-RC1"
lazy val dottyVersion = "0.27.0-RC1"
lazy val plugin = project
.in(file("plugin"))

View File

@ -1 +1 @@
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.1")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.3")

View File

@ -1,8 +1,8 @@
ThisBuild / scalaVersion := "0.23.0"
ThisBuild / scalaVersion := "0.27.0-RC1"
ThisBuild / resolvers += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
// TODO use 2.13.4 when it's out
lazy val scala213 = "2.13.4-bin-aeee8f0"
lazy val scala213 = "2.13.4-bin-d526da6"
lazy val root = (project in file("."))
.aggregate(fooApp, fooCore, barApp, barCore)

View File

@ -1 +1 @@
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.1")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.3")

View File

@ -1 +1 @@
ThisBuild / scalaVersion := "0.26.0-RC1"
ThisBuild / scalaVersion := "0.27.0-RC1"

View File

@ -1 +1 @@
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.1")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.3")