Skip to content

Commit

Permalink
Update maven publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
quelgar committed Jan 5, 2024
1 parent c846df0 commit 450f518
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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", "[email protected]")
)

0 comments on commit 450f518

Please sign in to comment.