Skip to content

Commit ad31b2d

Browse files
committed
Fix #313: Upgrade to sbt-dotty 0.3.2
This includes scala/scala3#6577 which fixes "sbt console" in Scala 2 projects.
1 parent 9f7dbd7 commit ad31b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ val scalaJSVersion =
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
77
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
88
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.0.0")
9-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.3.1")
9+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.3.2")

0 commit comments

Comments
 (0)