Skip to content

Commit 60e1350

Browse files
committed
chore: plugin updates
1 parent 6bdd907 commit 60e1350

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22

3-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
44

5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
66

7-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
7+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
88

99
// updates
1010

@@ -21,7 +21,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
2121

2222
addSbtPlugin("dev.quadstingray" %% "sbt-json" % "0.7.1")
2323

24-
addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.7.1")
24+
addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.7.2")
2525

2626

2727
addDependencyTreePlugin

0 commit comments

Comments
 (0)