We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfa3c5 commit d830780Copy full SHA for d830780
project/plugins.sbt
@@ -12,6 +12,6 @@ addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.0.0")
12
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
13
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
14
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.19")
15
-addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")
+addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.4")
16
17
scalacOptions += "-deprecation"
0 commit comments