Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer Simon committed Jun 26, 2018
1 parent 37652aa commit abc3039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit abc3039

Please sign in to comment.