Skip to content

Commit

Permalink
update license url
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Sep 6, 2024
1 parent 19c2614 commit 8e713ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val commonSettings = Seq(
organization := "org.wartremover",
licenses := Seq(
"The Apache Software License, Version 2.0" ->
url("http://www.apache.org/licenses/LICENSE-2.0.txt")
url("https://www.apache.org/licenses/LICENSE-2.0.txt")
),
scalacOptions ++= Seq(
"-deprecation"
Expand Down

0 comments on commit 8e713ca

Please sign in to comment.