Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
nryanov authored Apr 19, 2021
1 parent f4d9e44 commit bed961f
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 @@ -24,6 +24,7 @@ val compileAndTest = "compile->compile;test->test"
parallelExecution in Global := false

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

0 comments on commit bed961f

Please sign in to comment.