Skip to content

Commit

Permalink
Merge pull request #212 from scala-steward/update/sbt-git-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg authored Oct 14, 2021
2 parents 35b3d02 + 9675db0 commit 4415c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val plugin = project
moduleName := "sbt-ci-release",
sbtVersion in pluginCrossBuild := "1.0.4",
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1"),
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.1"),
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2"),
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10"),
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ unmanagedSourceDirectories.in(Compile) +=
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")

0 comments on commit 4415c89

Please sign in to comment.