Skip to content

Commit

Permalink
move sonatype definition
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-truffaut committed May 30, 2021
1 parent 01385a0 commit 01697ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ inThisBuild(
organization := "dev.optics",
homepage := Some(url("https://github.com/optics-dev/Monocle")),
licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT")),
sonatypeCredentialHost := Sonatype.sonatype01,
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
developers :=
List(
"aoiroaoino" -> "Naoki Aoyama",
Expand Down Expand Up @@ -86,6 +84,7 @@ lazy val buildSettings = Seq(
scmInfo := Some(
ScmInfo(url("https://github.com/optics-dev/Monocle"), "scm:git:git@github.com:optics-dev/Monocle.git")
),
sonatypeCredentialHost := Sonatype.sonatype01,
testFrameworks += new TestFramework("munit.Framework"),
Compile / doc / scalacOptions ++= {
if (!isScala3.value) Nil
Expand Down

0 comments on commit 01697ce

Please sign in to comment.