Skip to content

Commit

Permalink
Merge pull request #242 from scala-steward/update/sbt-sonatype-3.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Sep 16, 2022
2 parents ff0ba77 + ab76a50 commit 0abe803
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 @@ -27,6 +27,6 @@ lazy val plugin = project
pluginCrossBuild / sbtVersion := "1.0.4",
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1"),
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0"),
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10"),
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13"),
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 @@ -2,6 +2,6 @@ unmanagedSourceDirectories.in(Compile) +=
baseDirectory.in(ThisBuild).value.getParentFile /
"plugin" / "src" / "main" / "scala"
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")

0 comments on commit 0abe803

Please sign in to comment.