Skip to content

Commit 2e13d86

Browse files
committed
Merge branch '3.1-dotty-0.22.0' of https://github.com/cheeseng/scalatest into feature-3.1.2
2 parents 8b7e823 + d9293ac commit 2e13d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/DottyBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trait DottyBuild { this: BuildCommons =>
1313

1414
// List of available night build at https://repo1.maven.org/maven2/ch/epfl/lamp/dotty-compiler_0.14/
1515
// lazy val dottyVersion = dottyLatestNightlyBuild.get
16-
lazy val dottyVersion = "0.22.0-RC1"
16+
lazy val dottyVersion = "0.22.0"
1717
lazy val dottySettings = List(
1818
scalaVersion := dottyVersion,
1919
libraryDependencies := libraryDependencies.value.map(_.withDottyCompat(scalaVersion.value)),

0 commit comments

Comments
 (0)