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"
2626val ScalatestSeleniumVersion = ScalatestVersion + " .0"
2727val 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
3232ThisBuild / 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 )
Original file line number Diff line number Diff line change 11resolvers ++= 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
54addSbtPlugin(" com.typesafe.play" % " play-docs-sbt-plugin" % sys.props.getOrElse(" play.version" , " 2.9.8" ))
65
76addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5" )
87addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
98addSbtPlugin(" 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 " )
You can’t perform that action at this time.
0 commit comments