Delete sbt-test/lm-coursier/neo-sbt-scalafmt (#8931)

This commit is contained in:
kenji yoshida 2026-03-20 09:41:45 +09:00 committed by GitHub
parent 9994552750
commit f92c06155c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 12 deletions

View File

@ -1,2 +0,0 @@
scalaVersion := "2.12.2"
enablePlugins(ScalafmtPlugin)

View File

@ -1 +0,0 @@
> scalafmt

View File

@ -1 +0,0 @@
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")

View File

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