Skip to content

Commit f4cb01d

Browse files
authored
Merge pull request #27 from scoquelin/trying-publishing-on-com
Try publishing on com.github.scoquelin
2 parents 42d9dcd + 7ac7731 commit f4cb01d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
inThisBuild(List(
2-
organization := "io.github.scoquelin",
2+
organization := "com.github.scoquelin",
33
homepage := Some(url("https://github.com/scoquelin/arugula")),
44
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
55
developers := List(
@@ -20,9 +20,6 @@ inThisBuild(List(
2020

2121
ThisBuild / version := "0.1.0-SNAPSHOT"
2222

23-
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
24-
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
25-
2623
ThisBuild / scalaVersion := "2.13.14"
2724
ThisBuild / crossScalaVersions := Seq("2.13.14", "3.3.3")
2825

0 commit comments

Comments
 (0)