@@ -15,8 +15,6 @@ import sbtide.Keys.*
1515import sbtunidoc .BaseUnidocPlugin .autoImport .{unidoc , unidocProjectFilter }
1616import sbtunidoc .ScalaUnidocPlugin
1717import sbtunidoc .ScalaUnidocPlugin .autoImport .ScalaUnidoc
18- import xerial .sbt .Sonatype
19- import xerial .sbt .Sonatype .autoImport .{sonatypeCredentialHost , sonatypeProfileName }
2018
2119object Commons extends ProjectGroup (" commons" ) {
2220 // We need to generate slightly different structure for IntelliJ in order to better support ScalaJS cross projects.
@@ -58,7 +56,6 @@ object Commons extends ProjectGroup("commons") {
5856 description := " AVSystem commons library for Scala" ,
5957 startYear := Some (2015 ),
6058 licenses := Vector (License .MIT ),
61- sonatypeCredentialHost := Sonatype .sonatypeCentralHost,
6259 scmInfo := Some (ScmInfo (
6360 browseUrl = url(" https://github.com/AVSystem/scala-commons" ),
6461 connection = " scm:git:git@github.com:AVSystem/scala-commons.git" ,
@@ -137,7 +134,6 @@ object Commons extends ProjectGroup("commons") {
137134 apiURL := Some (url(" http://avsystem.github.io/scala-commons/api" )),
138135 autoAPIMappings := true ,
139136
140- sonatypeProfileName := " com.avsystem" ,
141137 pomIncludeRepository := { _ => false },
142138
143139 libraryDependencies ++= Seq (
0 commit comments