diff --git a/README.md b/README.md index 5600d22..0d08283 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ Only Scala 3 is supported at this time. ## Getting it -Not published yet. +```scala +libraryDependencies += "io.github.quelgar" %%% "scala-uv" % "0.0.1" +``` ## Current status diff --git a/build.sbt b/build.sbt index 2f7779c..4ab06f5 100644 --- a/build.sbt +++ b/build.sbt @@ -40,3 +40,10 @@ sonatypeCredentialHost := "s01.oss.sonatype.org" sonatypeRepository := "https://s01.oss.sonatype.org/service/local" credentials += Credentials(Path.userHome / ".sbt" / "sonatype_credentials") + +licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")) + +import xerial.sbt.Sonatype._ +sonatypeProjectHosting := Some( + GitHubHosting("quelgar", "scala-uv", "lodea@mac.com") +)