Skip to content

Commit

Permalink
Merge pull request #19 from gradle/gk/bumpSbt_1.9.9
Browse files Browse the repository at this point in the history
Bump sbt 1.9.9 and fix local .m2 publishing
  • Loading branch information
ribafish committed Apr 2, 2024
2 parents 5efd4e8 + a5ef646 commit 92e8b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ credentials ++= {
keyId <- sys.env.get("SIGN_KEY_ID")
} yield Credentials("GnuPG Key ID", "gpg", keyId, "ignored")
}
publishM2Configuration := publishM2Configuration.value.withOverwrite(true) // allows overwriting local .m2 publishings

addCommandAlias("publishSbtSnapshot", "; set publishTo := Some(\"SbtSnapshot\" at \"https://repo.grdev.net/artifactory/enterprise-libs-sbt-snapshots-local\") ; publish")
addCommandAlias("publishSbtRc", "; set publishTo := Some(\"SbtReleaseCandidate\" at \"https://repo.grdev.net/artifactory/enterprise-libs-sbt-release-candidates-local\") ; publish")
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.1
sbt.version=1.9.9

0 comments on commit 92e8b85

Please sign in to comment.