Skip to content

Commit 51a4972

Browse files
authored
Merge pull request #563 from scala-steward/update/6.0.x/sbt-ci-release-1.11.1
[6.0.x] sbt-ci-release 1.11.1 (was 1.9.3)
2 parents 9120676 + 1acec65 commit 51a4972

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ val ScalatestVersion = "3.2.17"
2626
val ScalatestSeleniumVersion = ScalatestVersion + ".0"
2727
val ScalatestMockitoVersion = ScalatestVersion + ".0"
2828

29-
ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("releases")
29+
ThisBuild / resolvers += Resolver.sonatypeCentralSnapshots
3030

3131
// Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed
3232
ThisBuild / dynverVTagPrefix := false
@@ -76,7 +76,6 @@ lazy val `scalatestplus-play-root` = project
7676
.aggregate(`scalatestplus-play`)
7777
.settings(commonSettings)
7878
.settings(
79-
sonatypeProfileName := "org.scalatestplus.play",
8079
mimaPreviousArtifacts := Set.empty,
8180
publish / skip := true
8281
)

project/plugins.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
resolvers ++= DefaultOptions.resolvers(snapshot = true)
2-
resolvers ++= Resolver
3-
.sonatypeOssRepos("snapshots") // used by deploy nightlies, which publish here & use -Dplay.version
2+
resolvers += Resolver.sonatypeCentralSnapshots // used by deploy nightlies, which publish here & use -Dplay.version
43

54
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.8"))
65

76
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
87
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
98
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
109

11-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
10+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")

0 commit comments

Comments
 (0)