File tree Expand file tree Collapse file tree 7 files changed +5
-27
lines changed Expand file tree Collapse file tree 7 files changed +5
-27
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport._
23
23
import de .heikoseeberger .sbtheader .HeaderPlugin .autoImport .HeaderPattern .commentBetween
24
24
import de .heikoseeberger .sbtheader .LineCommentCreator
25
25
import nl .gn0s1s .pekko .versioncheck .PekkoVersionCheckPlugin .autoImport ._
26
- import xerial .sbt .Sonatype .autoImport .sonatypeProfileName
27
26
import Omnidoc .autoImport .omnidocPathPrefix
28
27
import Omnidoc .autoImport .omnidocSnapshotBranch
29
28
import PlayBuildBase .autoImport .PlayLibrary
@@ -93,7 +92,6 @@ object BuildSettings {
93
92
94
93
/** These settings are used by all projects. */
95
94
def playCommonSettings : Seq [Setting [_]] = Def .settings(
96
- sonatypeProfileName := " org.playframework" ,
97
95
fileHeaderSettings,
98
96
ivyLoggingLevel := UpdateLogging .DownloadOnly ,
99
97
resolvers ++= Resolver .sonatypeOssRepos(" releases" ), // sync ScriptedTools.scala
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import Omnidoc.autoImport.omnidocTagPrefix
21
21
object PlayLibraryBase extends AutoPlugin {
22
22
23
23
override def trigger = noTrigger
24
- override def requires = PlayBuildBase && PlaySonatypeBase && Omnidoc
24
+ override def requires = PlayBuildBase && Omnidoc
25
25
26
26
import PlayBuildBase .autoImport ._
27
27
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ import sbt._
11
11
*/
12
12
object PlayRootProjectBase extends AutoPlugin {
13
13
override def trigger = noTrigger
14
- override def requires = PlayBuildBase && PlaySonatypeBase
14
+ override def requires = PlayBuildBase
15
15
override def projectSettings = PlayNoPublishBase .projectSettings
16
16
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ import sbt.AutoPlugin
12
12
object PlaySbtLibraryBase extends AutoPlugin {
13
13
14
14
override def trigger = noTrigger
15
- override def requires = PlayBuildBase && PlaySbtBuildBase && PlaySonatypeBase
15
+ override def requires = PlayBuildBase && PlaySbtBuildBase
16
16
17
17
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import sbt.ScriptedPlugin.autoImport._
16
16
object PlaySbtPluginBase extends AutoPlugin {
17
17
18
18
override def trigger = noTrigger
19
- override def requires = PlaySonatypeBase && PlayBuildBase && PlaySbtBuildBase && SbtPlugin
19
+ override def requires = PlayBuildBase && PlaySbtBuildBase && SbtPlugin
20
20
21
21
override def projectSettings = Seq (
22
22
scriptedLaunchOpts += version.apply { v => s " -Dproject.version= $v" }.value
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % sbtJavaFormat
31
31
addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % sbtJmh)
32
32
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % sbtHeader)
33
33
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % scalafmt)
34
- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3 " )
34
+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1 " )
35
35
36
36
addSbtPlugin(" nl.gn0s1s" % " sbt-pekko-version-check" % " 0.0.7" )
37
37
You can’t perform that action at this time.
0 commit comments