Skip to content

Commit a0d72e4

Browse files
Update sbt-git to 2.1.0 (#1059)
1 parent 1d85cf2 commit a0d72e4

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
@@ -5,7 +5,7 @@ val sbtSoftwaremillVersion = "2.0.20"
55
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwaremillVersion)
66
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwaremillVersion)
77
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
8-
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
8+
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
99
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
1010
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
1111

0 commit comments

Comments
 (0)