added sbtserver linter

This commit is contained in:
Ty Coghlan
2018-08-27 01:12:56 -04:00
parent ea01cc708b
commit 8e3bf10592
17 changed files with 124 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
object HelloAle {
def main(args: Array[String]): Int = {
println("Hello, ale!")
}
}

View File

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

View File

@@ -0,0 +1 @@
{"uri":"tcp://127.0.0.1:5211"}

View File

@@ -0,0 +1,5 @@
object HelloAle {
def main(args: Array[String]): Int = {
println("Hello, ale!")
}
}

View File

@@ -0,0 +1,3 @@
name := "ale-scala-valid"
version := "1.0"
scalaVersion := "2.12.6"

View File

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

View File

@@ -0,0 +1,5 @@
object HelloAle {
def main(args: Array[String]): Int = {
println("Hello, ale!")
}
}

View File

@@ -0,0 +1,3 @@
name := "ale-scala-valid"
version := "1.0"
scalaVersion := "2.12.6"

View File

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

View File

@@ -0,0 +1 @@
{"uri":"tcp://127.0.0.1:5211"}