mirror of https://github.com/sbt/sbt.git
Delete sbt-test/lm-coursier/neo-sbt-scalafmt (#8931)
This commit is contained in:
parent
9994552750
commit
f92c06155c
|
|
@ -1,2 +0,0 @@
|
|||
scalaVersion := "2.12.2"
|
||||
enablePlugins(ScalafmtPlugin)
|
||||
|
|
@ -1 +0,0 @@
|
|||
> scalafmt
|
||||
|
|
@ -1 +0,0 @@
|
|||
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
import java.io.File
|
||||
import java.nio.file.Files
|
||||
|
||||
object Main {
|
||||
def main(args: Array[String]): Unit = {
|
||||
Files.write(new File("output").toPath, "OK".getBytes("UTF-8"))
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue