Skip to content

Commit 14f3d2a

Browse files
oderskycheeseng
authored andcommitted
Compile with -Xprint-suspension
1 parent 856d742 commit 14f3d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/DottyBuild.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ 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.18.1"
16+
lazy val dottyVersion = "0.19.0"
1717
lazy val dottySettings = List(
1818
scalaVersion := dottyVersion,
1919
libraryDependencies := libraryDependencies.value.map(_.withDottyCompat(scalaVersion.value)),
20-
scalacOptions := List("-language:implicitConversions", "-noindent")
20+
scalacOptions := List("-language:implicitConversions", "-noindent", "-Xprint-suspension")
2121
)
2222

2323
lazy val scalacticDotty = Project("scalacticDotty", file("scalactic.dotty"))

0 commit comments

Comments
 (0)