@@ -15,8 +15,6 @@ import sbtide.Keys.*
15
15
import sbtunidoc .BaseUnidocPlugin .autoImport .{unidoc , unidocProjectFilter }
16
16
import sbtunidoc .ScalaUnidocPlugin
17
17
import sbtunidoc .ScalaUnidocPlugin .autoImport .ScalaUnidoc
18
- import xerial .sbt .Sonatype
19
- import xerial .sbt .Sonatype .autoImport .{sonatypeCredentialHost , sonatypeProfileName }
20
18
21
19
object Commons extends ProjectGroup (" commons" ) {
22
20
// 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") {
58
56
description := " AVSystem commons library for Scala" ,
59
57
startYear := Some (2015 ),
60
58
licenses := Vector (License .MIT ),
61
- sonatypeCredentialHost := Sonatype .sonatypeCentralHost,
62
59
scmInfo := Some (ScmInfo (
63
60
browseUrl = url(" https://github.com/AVSystem/scala-commons" ),
64
61
connection
= " scm:git:[email protected] :AVSystem/scala-commons.git" ,
@@ -82,10 +79,10 @@ object Commons extends ProjectGroup("commons") {
82
79
params = Map (" node-version" -> " 12" )
83
80
),
84
81
WorkflowStep .Use (
85
- UseRef .Public (" supercharge" , " mongodb-github-action" , " 1.10 .0" ),
82
+ UseRef .Public (" supercharge" , " mongodb-github-action" , " 1.12 .0" ),
86
83
name = Some (" Setup MongoDB" ),
87
84
params = Map (
88
- " mongodb-version" -> " 7 .0" ,
85
+ " mongodb-version" -> " 8 .0" ,
89
86
" mongodb-replica-set" -> " test-rs" ,
90
87
)
91
88
),
@@ -137,7 +134,6 @@ object Commons extends ProjectGroup("commons") {
137
134
apiURL := Some (url(" http://avsystem.github.io/scala-commons/api" )),
138
135
autoAPIMappings := true ,
139
136
140
- sonatypeProfileName := " com.avsystem" ,
141
137
pomIncludeRepository := { _ => false },
142
138
143
139
libraryDependencies ++= Seq (
0 commit comments