From 7fe5c7fb2b92f1d0764e49067263c48b904ec7d7 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Tue, 24 Jan 2017 12:33:39 +0800 Subject: [PATCH] Update resolvers --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fcf2ffa..1b11f1e 100644 --- a/build.sbt +++ b/build.sbt @@ -22,6 +22,6 @@ shrinkResources := true typedResources := false resConfigs := Seq("zh-rCN") -resolvers += "Local Maven Repository" at "file://" + Path.userHome.absolutePath + "/.m2/repository" +resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots" libraryDependencies += "com.github.shadowsocks" %% "plugin" % "0.0.1-SNAPSHOT"