Skip to content

Commit add5bb8

Browse files
authored
Merge pull request #566 from scala-steward/update/7.0.x/sbt-ci-release-1.11.1
[7.0.x] sbt-ci-release 1.11.1 (was 1.9.3)
2 parents b266908 + 4d34af2 commit add5bb8

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
// To make use of Pekko snapshots uncomment following two resolvers:
3131
// ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
3232
// ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
@@ -79,7 +79,6 @@ lazy val `scalatestplus-play-root` = project
7979
.aggregate(`scalatestplus-play`)
8080
.settings(commonSettings)
8181
.settings(
82-
sonatypeProfileName := "org.scalatestplus.play",
8382
mimaPreviousArtifacts := Set.empty,
8483
publish / skip := true
8584
)

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("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.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)