Update license url

This commit is contained in:
xuwei-k 2019-11-23 16:09:13 +09:00
parent 4c1f7a7548
commit fc94204e8c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def buildLevelSettings: Seq[Setting[_]] =
},
bintrayPackage := "sbt",
bintrayReleaseOnPublish := false,
licenses := List("Apache-2.0" -> url("https://github.com/sbt/sbt/blob/0.13/LICENSE")),
licenses := List("Apache-2.0" -> url("https://github.com/sbt/sbt/blob/develop/LICENSE")),
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
Compile / doc / javacOptions := Nil,
developers := List(