diff --git a/build.sbt b/build.sbt index a2c55ac88..e4eff79fb 100644 --- a/build.sbt +++ b/build.sbt @@ -10,11 +10,13 @@ lazy val root = (project in file(".")).enablePlugins(PlayScala) scalacOptions ++= Seq("-feature") +updateOptions := updateOptions.value.withGigahorse(false) + resolvers ++= Seq( "Typesafe" at "http://repo.typesafe.com/typesafe/releases/", "scalaz-bintray" at "http://dl.bintray.com/scalaz/releases", - "Open Source Geospatial Foundation Repository" at "http://download.osgeo.org/webdav/geotools/", - "Geotoolkit" at "http://maven.geotoolkit.org/", + "GeoTools" at "http://download.osgeo.org/webdav/geotools/", + "Boundless" at "http://repo.boundlessgeo.com/main/", "Atlassian Releases" at "https://maven.atlassian.com/public/" ) diff --git a/project/build.properties b/project/build.properties index d8d62ba69..f7568f912 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,4 +1,4 @@ #Activator-generated Properties #Tue Jan 19 15:12:22 CET 2016 template.uuid=37a0ffc3-739a-47a4-95a1-2100413d0180 -sbt.version=1.0.4 +sbt.version=1.0.2