summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-11-15 14:03:38 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2017-11-15 14:03:38 -0800
commit28c099486199c8fbf1c1f5247278a0484e8a747b (patch)
tree9de10743b6cbecf32cffae78fa77ed5646e7ff8c /build.sbt
parent51a433c8acff390a0109d92de222c9f8361b0bcf (diff)
downloadmill-28c099486199c8fbf1c1f5247278a0484e8a747b.tar.gz
mill-28c099486199c8fbf1c1f5247278a0484e8a747b.tar.bz2
mill-28c099486199c8fbf1c1f5247278a0484e8a747b.zip
Strip out `play-json` dependency in favor of `upickle`, which we are forced to use anyway due to Ammonite. Saves us from classloading play-json and Jackson, shaving off a few hundred ms from the cold no-op runtime
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 4cccc499..31d7eedd 100644
--- a/build.sbt
+++ b/build.sbt
@@ -44,7 +44,6 @@ lazy val core = project
"com.lihaoyi" %% "sourcecode" % "0.1.4",
"com.lihaoyi" %% "pprint" % "0.5.3",
"com.lihaoyi" % "ammonite" % "1.0.3" cross CrossVersion.full,
- "com.typesafe.play" %% "play-json" % "2.6.6",
"org.scala-sbt" %% "zinc" % "1.0.3",
"org.scala-sbt" % "test-interface" % "1.0"
)