Skip to content

Commit 2a951ce

Browse files
authored
Merge pull request AVSystem#710 from AVSystem/scala-steward-update/sbt-ci-release-1.11.1
sbt-ci-release 1.11.1
2 parents 601e4cf + 99978a9 commit 2a951ce

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
node-version: 12
5858

5959
- name: Setup MongoDB
60-
uses: supercharge/mongodb-github-action@1.10.0
60+
uses: supercharge/mongodb-github-action@1.12.0
6161
with:
62-
mongodb-version: 7.0
62+
mongodb-version: 8.0
6363
mongodb-replica-set: test-rs
6464

6565
- name: Check that workflows are up to date

project/Commons.scala

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import sbtide.Keys.*
1515
import sbtunidoc.BaseUnidocPlugin.autoImport.{unidoc, unidocProjectFilter}
1616
import sbtunidoc.ScalaUnidocPlugin
1717
import sbtunidoc.ScalaUnidocPlugin.autoImport.ScalaUnidoc
18-
import xerial.sbt.Sonatype
19-
import xerial.sbt.Sonatype.autoImport.{sonatypeCredentialHost, sonatypeProfileName}
2018

2119
object 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:[email protected]:AVSystem/scala-commons.git",
@@ -82,10 +79,10 @@ object Commons extends ProjectGroup("commons") {
8279
params = Map("node-version" -> "12")
8380
),
8481
WorkflowStep.Use(
85-
UseRef.Public("supercharge", "mongodb-github-action", "1.10.0"),
82+
UseRef.Public("supercharge", "mongodb-github-action", "1.12.0"),
8683
name = Some("Setup MongoDB"),
8784
params = Map(
88-
"mongodb-version" -> "7.0",
85+
"mongodb-version" -> "8.0",
8986
"mongodb-replica-set" -> "test-rs",
9087
)
9188
),
@@ -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(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
55
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
66
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
77
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
8-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
8+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1111
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

0 commit comments

Comments
 (0)