From 9f98808ed317742377facbbf4ec5cc72788f0fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Tue, 4 Jul 2023 18:42:55 +0200 Subject: [PATCH] build: Bump sbt 1.9.1, include release notes url in pom (#2987) --- project/Common.scala | 4 ++++ project/build.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/project/Common.scala b/project/Common.scala index dd0fddb9cc..c0f433cdeb 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -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" diff --git a/project/build.properties b/project/build.properties index 46e43a97ed..3c0b78a7c6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.2 +sbt.version=1.9.1