Skip to content

Commit

Permalink
Merge pull request #26 from scoquelin/try-publishing
Browse files Browse the repository at this point in the history
Trying to publish artifacts on io.github.scoquelin
  • Loading branch information
scoquelin authored Aug 8, 2024
2 parents 25ebe2f + b636a02 commit 42d9dcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ inThisBuild(List(

ThisBuild / version := "0.1.0-SNAPSHOT"

ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / crossScalaVersions := Seq("2.13.14", "3.3.3")

Expand Down

0 comments on commit 42d9dcd

Please sign in to comment.