We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42d9dcd + 7ac7731 commit f4cb01dCopy full SHA for f4cb01d
build.sbt
@@ -1,5 +1,5 @@
1
inThisBuild(List(
2
- organization := "io.github.scoquelin",
+ organization := "com.github.scoquelin",
3
homepage := Some(url("https://github.com/scoquelin/arugula")),
4
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
5
developers := List(
@@ -20,9 +20,6 @@ inThisBuild(List(
20
21
ThisBuild / version := "0.1.0-SNAPSHOT"
22
23
-ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
24
-sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
25
-
26
ThisBuild / scalaVersion := "2.13.14"
27
ThisBuild / crossScalaVersions := Seq("2.13.14", "3.3.3")
28
0 commit comments