Skip to content

Commit

Permalink
update DottySupport.dottyVersion for M3
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Dec 17, 2020
1 parent bfea40f commit 0300461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/DottySupport.scala
Expand Up @@ -22,7 +22,7 @@ object TastySupport {
* Dotty in .travis.yml.
*/
object DottySupport {
val dottyVersion = "3.0.0-M2"
val dottyVersion = "3.0.0-M3"
val compileWithDotty: Boolean =
Option(System.getProperty("scala.build.compileWithDotty")).map(_.toBoolean).getOrElse(false)
lazy val commonSettings = Seq(
Expand Down

0 comments on commit 0300461

Please sign in to comment.