File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ trait DottyBuild { this: BuildCommons =>
13
13
14
14
// List of available night build at https://repo1.maven.org/maven2/ch/epfl/lamp/dotty-compiler_0.14/
15
15
// lazy val dottyVersion = dottyLatestNightlyBuild.get
16
- lazy val dottyVersion = " 0.18.1 "
16
+ lazy val dottyVersion = " 0.19.0 "
17
17
lazy val dottySettings = List (
18
18
scalaVersion := dottyVersion,
19
19
libraryDependencies := libraryDependencies.value.map(_.withDottyCompat(scalaVersion.value)),
20
- scalacOptions := List (" -language:implicitConversions" , " -noindent" )
20
+ scalacOptions := List (" -language:implicitConversions" , " -noindent" , " -Xprint-suspension " )
21
21
)
22
22
23
23
lazy val scalacticDotty = Project (" scalacticDotty" , file(" scalactic.dotty" ))
You can’t perform that action at this time.
0 commit comments