We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b4c5f commit c6a61e4Copy full SHA for c6a61e4
project/plugins.sbt
@@ -2,6 +2,6 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
2
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
3
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
4
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
5
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
6
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
7
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
0 commit comments