Skip to content

Commit

Permalink
build: Bump sbt 1.9.1, include release notes url in pom (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Jul 4, 2023
1 parent 509e228 commit 4302056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ val commonSettings = Def.settings(
"",
url("https://github.com/akka/alpakka-kafka/graphs/contributors")),
startYear := Some(2014),
releaseNotesURL := (
if ((ThisBuild / isSnapshot).value) None
else Some(url(s"https://github.com/akka/alpakka-kafka/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.3
sbt.version=1.9.1

0 comments on commit 4302056

Please sign in to comment.