Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 8, 2021
1 parent b30d6b3 commit 550caad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ object ScriptedTools extends AutoPlugin with ScriptedTools0 {
lazy val initialFileWatchService = play.dev.filewatch.FileWatchService.polling(500)

override def projectSettings: Seq[Def.Setting[_]] = Def.settings(
resolvers += Resolver.sonatypeRepo("releases"), // sync BuildSettings.scala
// using this variant due to sbt#5405
resolvers += "sonatype-service-local-releases"
.at("https://oss.sonatype.org/service/local/repositories/releases/content/"), // sync ScriptedTools.scala
// This is copy/pasted from AkkaSnapshotRepositories since scripted tests also need
// the snapshot resolvers in `cron` builds.
// If this is a cron job in Travis:
Expand Down
4 changes: 0 additions & 4 deletions documentation/project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
# Copyright (C) Lightbend Inc. <https://www.lightbend.com>
#
# sync with project/build.properties
<<<<<<< HEAD
sbt.version=1.3.13
=======
sbt.version=1.5.3
>>>>>>> 8bae9cad7c (sbt 1.5.3)
4 changes: 3 additions & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ object BuildSettings {
homepage := Some(url("https://playframework.com")),
ivyLoggingLevel := UpdateLogging.DownloadOnly,
resolvers ++= Seq(
Resolver.sonatypeRepo("releases"), // sync ScriptedTools.scala
// using this variant due to sbt#5405
"sonatype-service-local-releases"
.at("https://oss.sonatype.org/service/local/repositories/releases/content/"), // sync ScriptedTools.scala
Resolver.typesafeRepo("releases"),
Resolver.typesafeIvyRepo("releases"),
Resolver.sbtPluginRepo("releases"), // weird sbt-pgp/play docs/vegemite issue
Expand Down
4 changes: 0 additions & 4 deletions project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
# Copyright (C) Lightbend Inc. <https://www.lightbend.com>
#
# sync with documentation/project/build.properties
<<<<<<< HEAD
sbt.version=1.3.13
=======
sbt.version=1.5.3
>>>>>>> 8bae9cad7c (sbt 1.5.3)

0 comments on commit 550caad

Please sign in to comment.