Skip to content

Commit 85da82d

Browse files
committed
Changed to use Scala/Dotty 3.0.0-M1.
1 parent d2ecc44 commit 85da82d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ lazy val scalatestPlusScalaCheck =
118118
}
119119
)
120120
.jvmSettings(
121-
crossScalaVersions := List("2.11.12", "2.12.12", "2.13.3", "0.27.0-RC1"),
121+
crossScalaVersions := List("2.11.12", "2.12.12", "2.13.3", "3.0.0-M1"),
122122
Test / scalacOptions ++= (if (isDotty.value) Seq("-language:implicitConversions") else Nil),
123123
sourceGenerators in Compile += {
124124
Def.task {

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
1212

1313
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
1414

15-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.1")
15+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.5")

0 commit comments

Comments
 (0)