Skip to content

Commit

Permalink
use new community sonatype profile
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Nov 25, 2021
1 parent 14ecd7d commit 6d2c17b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Copyright (C) Lightbend Inc. <https://www.lightbend.com>
*/
import java.util.regex.Pattern

import com.jsuereth.sbtpgp.PgpKeys
import com.typesafe.tools.mima.core.ProblemFilters
import com.typesafe.tools.mima.core._
Expand All @@ -22,6 +21,7 @@ import sbt.ScriptedPlugin.autoImport._

import scala.sys.process.stringToProcess
import scala.util.control.NonFatal
import xerial.sbt.Sonatype.autoImport.sonatypeProfileName

object BuildSettings {
val snapshotBranch: String = {
Expand Down Expand Up @@ -70,6 +70,8 @@ object BuildSettings {

/** These settings are used by all projects. */
def playCommonSettings: Seq[Setting[_]] = Def.settings(
// overwrite Interplay settings to new Sonatype profile
sonatypeProfileName := "com.typesafe.play",
fileHeaderSettings,
homepage := Some(url("https://playframework.com")),
ivyLoggingLevel := UpdateLogging.DownloadOnly,
Expand Down

0 comments on commit 6d2c17b

Please sign in to comment.