From f472b067ea1305c667a241486ec38f93daa1434c Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 30 Jan 2024 13:44:06 +0100 Subject: [PATCH] Remove typesafeRepo --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0f282703..0cd963bc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,6 @@ // Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. resolvers ++= DefaultOptions.resolvers(snapshot = true) ++ Seq( - Resolver.typesafeRepo("releases"), "Tatami Releases".at("https://raw.github.com/cchantep/tatami/master/releases") )