mirror of https://github.com/sbt/sbt.git
Update dotty versions in scripted tests (#5982)
This commit is contained in:
parent
3266d77862
commit
84b84ec58d
|
|
@ -1,4 +1,4 @@
|
|||
ThisBuild / scalaVersion := "0.26.0-RC1"
|
||||
ThisBuild / scalaVersion := "0.27.0-RC1"
|
||||
|
||||
lazy val plugin = project
|
||||
.in(file("plugin"))
|
||||
|
|
|
|||
|
|
@ -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"))
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.1")
|
||||
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.3")
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.1")
|
||||
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.3")
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
ThisBuild / scalaVersion := "0.26.0-RC1"
|
||||
ThisBuild / scalaVersion := "0.27.0-RC1"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.1")
|
||||
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.3")
|
||||
|
|
|
|||
Loading…
Reference in New Issue