Skip to content

Commit c4bb822

Browse files
Update sbt-dotty to 0.4.1 (#424)
the main change seems to be scala/scala3#8653
1 parent c0d35ac commit c4bb822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ val scalaJSVersion =
44
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.0")
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
7-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.0")
7+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.1")

0 commit comments

Comments
 (0)