Skip to content

Commit 1e932da

Browse files
committed
update sbt plugins
1 parent 8e13c5d commit 1e932da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
scalacOptions += "-feature"
22

3-
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
3+
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
44
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
5-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
5+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
66
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.7.0")
77
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
88
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

0 commit comments

Comments
 (0)