Skip to content

Commit 0ca67a2

Browse files
authored
Merge pull request #186 from scala-steward/update/sbt-sonatype-3.9.6
Update sbt-sonatype to 3.9.6
2 parents 8fbaf11 + 2369a6c commit 0ca67a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ lazy val plugin = project
2727
sbtVersion in pluginCrossBuild := "1.0.4",
2828
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1"),
2929
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0"),
30-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5"),
30+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.6"),
3131
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
3232
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ unmanagedSourceDirectories.in(Compile) +=
22
baseDirectory.in(ThisBuild).value.getParentFile /
33
"plugin" / "src" / "main" / "scala"
44
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
5-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5")
5+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.6")
66
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
77
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")

0 commit comments

Comments
 (0)