diff --git a/.scalafmt.conf b/.scalafmt.conf deleted file mode 100644 index e7c4900..0000000 --- a/.scalafmt.conf +++ /dev/null @@ -1,2 +0,0 @@ -maxColumn = 80 -align = more \ No newline at end of file diff --git a/project/assembly.sbt b/project/assembly.sbt deleted file mode 100644 index 26ac3e5..0000000 --- a/project/assembly.sbt +++ /dev/null @@ -1 +0,0 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") diff --git a/project/build.properties b/project/build.properties deleted file mode 100644 index 95cca09..0000000 --- a/project/build.properties +++ /dev/null @@ -1 +0,0 @@ -sbt.version = 1.3.12 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt deleted file mode 100644 index b9afe7a..0000000 --- a/project/plugins.sbt +++ /dev/null @@ -1,5 +0,0 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.1") -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.9") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")