Skip to content

Commit

Permalink
update pom license link
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 1, 2023
1 parent 6da406b commit 16a20c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val commonSettings = Seq(
),
description := "An alternative non-blocking async http engine for aws-sdk-java-v2 based on pekko-http",
name := "aws-spi-pekko-http",
licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")),
licenses += ("Apache-2.0", new URL("https://github.com/pjfanning/aws-spi-pekko-http/blob/main/LICENSE")),
startYear := Some(2023),
homepage := Some(url("https://github.com/pjfanning/aws-spi-pekko-http")),
organizationHomepage := Some(url("https://github.com/pjfanning/aws-spi-pekko-http")),
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.9.2
sbt.version=1.9.3

0 comments on commit 16a20c9

Please sign in to comment.