Skip to content

Commit 9bb3410

Browse files
authored
Update sbt-dynver to 4.1.1 (#91)
1 parent e25b76c commit 9bb3410

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
@@ -2,6 +2,6 @@ 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

44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
5-
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
5+
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)