Skip to content

Commit

Permalink
build: Bump sbt 1.9.1, include release notes url in pom (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Jul 4, 2023
1 parent 35d9abf commit 9f98808
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ object Common extends AutoPlugin {
"Contributors",
"https://gitter.im/akka/dev",
url("https://github.com/akka/alpakka/graphs/contributors")),
releaseNotesURL := (
if ((ThisBuild / isSnapshot).value) None
else Some(url(s"https://github.com/akka/alpakka/releases/tag/v${version.value}"))
),
licenses := {
val tagOrBranch =
if (version.value.endsWith("SNAPSHOT")) "main"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.9.1

0 comments on commit 9f98808

Please sign in to comment.