aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-29 19:47:30 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-29 19:47:30 -0700
commita107e2b2e7d63375dc93eaa96134c0c124b0f250 (patch)
tree66b82982f4a0f70735853737c547ce7efabae0e5 /build.sbt
parent5c7faea2052344c1186a14b15269017d4b676aab (diff)
downloadcommando-a107e2b2e7d63375dc93eaa96134c0c124b0f250.tar.gz
commando-a107e2b2e7d63375dc93eaa96134c0c124b0f250.tar.bz2
commando-a107e2b2e7d63375dc93eaa96134c0c124b0f250.zip
Reenable tests
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index fe7afad..b79e71e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -7,8 +7,8 @@ lazy val commando = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.in(file("."))
.settings(
scalacOptions ++= Seq(
- "-deprecation",
- "-feature"
+ "-deprecation",
+ "-feature"
),
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "utest" % "0.6.3" % "test"