Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
nryanov authored May 6, 2021
1 parent fd365a1 commit b671d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ val scala2_13 = "2.13.5"
val compileAndTest = "compile->compile;test->test"

lazy val buildSettings = Seq(
sonatypeProfileName := "com.nryanov",
organization := "com.nryanov.consul4s",
homepage := Some(url("https://github.com/nryanov/consul4s")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
Expand Down

0 comments on commit b671d51

Please sign in to comment.