From 033a935e723a04c73597f256c0b4cbd486d122ec Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 15 Jan 2024 01:20:04 +0100 Subject: [PATCH] remove temp resolver --- project/plugins.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5f42240b502..13bae25fe60 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,8 +7,6 @@ * This file is part of the Apache Pekko project, which was derived from Akka. */ -resolvers ++= Resolver.sonatypeOssRepos("snapshots") // while testing sbt-pekko-build - addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")