File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ val ScalatestVersion = "3.2.17"
26
26
val ScalatestSeleniumVersion = ScalatestVersion + " .0"
27
27
val ScalatestMockitoVersion = ScalatestVersion + " .0"
28
28
29
- ThisBuild / resolvers ++ = Resolver .sonatypeOssRepos( " releases " )
29
+ ThisBuild / resolvers += Resolver .sonatypeCentralSnapshots
30
30
// To make use of Pekko snapshots uncomment following two resolvers:
31
31
// ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
32
32
// ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
@@ -79,7 +79,6 @@ lazy val `scalatestplus-play-root` = project
79
79
.aggregate(`scalatestplus-play`)
80
80
.settings(commonSettings)
81
81
.settings(
82
- sonatypeProfileName := " org.scalatestplus.play" ,
83
82
mimaPreviousArtifacts := Set .empty,
84
83
publish / skip := true
85
84
)
Original file line number Diff line number Diff line change 1
1
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
4
3
5
4
addSbtPlugin(" org.playframework" % " play-docs-sbt-plugin" % sys.props.getOrElse(" play.version" , " 3.0.8" ))
6
5
7
6
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5" )
8
7
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
9
8
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
10
9
11
- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3 " )
10
+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1 " )
You can’t perform that action at this time.
0 commit comments