We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdd907 commit 60e1350Copy full SHA for 60e1350
1 file changed
project/plugins.sbt
@@ -1,10 +1,10 @@
1
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
2
3
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
4
5
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
6
7
-addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
+addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
8
9
// updates
10
@@ -21,7 +21,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
21
22
addSbtPlugin("dev.quadstingray" %% "sbt-json" % "0.7.1")
23
24
-addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.7.1")
+addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.7.2")
25
26
27
addDependencyTreePlugin
0 commit comments