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") )