From 01697cea945a3ce718631dfb637dcf9d26796179 Mon Sep 17 00:00:00 2001 From: Julien Truffaut Date: Sun, 30 May 2021 09:59:15 +0100 Subject: [PATCH] move sonatype definition --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 55deedf53..88a0b64bf 100644 --- a/build.sbt +++ b/build.sbt @@ -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", @@ -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