Skip to content

Commit

Permalink
formatting...
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Jun 29, 2023
1 parent 735f5c5 commit 78f04e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ 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}"))
if ((ThisBuild / isSnapshot).value) None
else Some(url(s"https://github.com/akka/alpakka-kafka/releases/tag/v${version.value}"))
),
licenses := {
val tagOrBranch =
Expand Down

0 comments on commit 78f04e7

Please sign in to comment.