From 173bbb9bb8cbf70087339104f6ebced9321908dd Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Tue, 6 Apr 2021 11:32:10 +0200 Subject: [PATCH] Remove eclipse plugin --- build.sbt | 1 - project/plugins.sbt | 2 -- 2 files changed, 3 deletions(-) diff --git a/build.sbt b/build.sbt index db50048..8128915 100644 --- a/build.sbt +++ b/build.sbt @@ -10,4 +10,3 @@ libraryDependencies ++= Seq( ) fork := true -EclipseKeys.withSource := true diff --git a/project/plugins.sbt b/project/plugins.sbt index e5c4233..e69de29 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +0,0 @@ -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4") -