Skip to content

Commit 751881c

Browse files
authored
Update sbt-scalafmt to 2.4.2 (#102)
1 parent 9bb3410 commit 751881c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lazy val root: Project = project.in(file(".")).dependsOn(latestSbtUmbrella)
22
lazy val latestSbtUmbrella = ProjectRef(uri("git://github.com/kamon-io/kamon-sbt-umbrella.git#kamon-2.x"), "kamon-sbt-umbrella")
33

4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
55
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
66
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.14")
77
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")

0 commit comments

Comments
 (0)