From e02769056bc41e67209c5e307e2cfdd925cb5510 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sat, 22 Jan 2022 15:42:29 +0900 Subject: [PATCH] remove `Resolver.jcenterRepo` - https://github.com/gitbucket/gitbucket/commit/00eab5d584e764feaaa94362c619077d6cedea15 - https://github.com/gitbucket/gitbucket/commit/debbc21bf33c0485b3706ef77ad28b9e0bda42e6 - https://repo1.maven.org/maven2/io/github/java-diff-utils/java-diff-utils/ --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2cb34f261..7718ed306 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,6 @@ coverageExcludedPackages := ".*\\.html\\..*" // dependency settings resolvers ++= Seq( Classpaths.typesafeReleases, - Resolver.jcenterRepo, "sonatype-snapshot" at "https://oss.sonatype.org/content/repositories/snapshots/" )