From 6304a4e41bd99a46fa30d34b0f191e2930c89dac Mon Sep 17 00:00:00 2001 From: Perry Nguyen Date: Mon, 30 Mar 2015 09:04:44 -0700 Subject: [PATCH] remove scala-library --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index e8d76d7..8083770 100644 --- a/build.sbt +++ b/build.sbt @@ -6,6 +6,8 @@ name := "android-futures" organization := "com.hanhuy" +autoScalaLibrary := false + version := "0.1-SNAPSHOT" platformTarget in Android := "android-19"