aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-28 17:09:16 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-28 17:09:16 -0700
commit0a24a3c4be77ddbcd65e83d23837ed29be0d731e (patch)
treeef70ccf2d6a01bbd49df7907ee1e0a2b25c335d3 /build.sbt
downloadcommando-0a24a3c4be77ddbcd65e83d23837ed29be0d731e.tar.gz
commando-0a24a3c4be77ddbcd65e83d23837ed29be0d731e.tar.bz2
commando-0a24a3c4be77ddbcd65e83d23837ed29be0d731e.zip
Initial commit
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
new file mode 100644
index 0000000..423d09a
--- /dev/null
+++ b/build.sbt
@@ -0,0 +1,6 @@
+scalaVersion := "2.12.5"
+
+libraryDependencies ++= Seq(
+ "com.lihaoyi" %% "utest" % "0.6.3" % "test"
+)
+testFrameworks += new TestFramework("utest.runner.Framework")