We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf3f89 commit b4f1c45Copy full SHA for b4f1c45
2 files changed
project/plugins.sbt
@@ -1,6 +1,6 @@
1
addDependencyTreePlugin
2
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7")
3
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
4
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
5
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
6
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")
scalafix/project/plugins.sbt
@@ -1,4 +1,4 @@
resolvers += Resolver.sonatypeRepo("releases")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
0 commit comments