From 24dd9ae4eeeba81e64e6126786ce690f335fb77d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 22:51:50 +0000 Subject: [PATCH] Update sbteclipse-plugin to 6.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9626da1..064034f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ resolvers += Resolver.sonatypeRepo("staging") -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4") +addSbtPlugin("com.github.sbt" % "sbt-eclipse" % "6.2.0") addSbtPlugin("com.github.alonsodomin" % "sbt-spark" % "0.6.0")