Delete legacy scala build files (#467)

* Delete assembly.sbt

* Delete build.properties

* Delete plugins.sbt

* Delete .scalafmt.conf
This commit is contained in:
Paul Campbell 2020-06-21 09:53:55 +01:00 committed by GitHub
parent 7185e3e4e6
commit 76c17297f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 9 deletions

View file

@ -1,2 +0,0 @@
maxColumn = 80
align = more

View file

@ -1 +0,0 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")

View file

@ -1 +0,0 @@
sbt.version = 1.3.12

View file

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