Skip to content

Commit f2aa07b

Browse files
committed
Merge pull request #1 from lossyrob/lossyrob/changes
Added sbt script, minor changes.
2 parents 738291f + b97ae2d commit f2aa07b

File tree

4 files changed

+439
-15
lines changed

4 files changed

+439
-15
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ scalaVersion := "2.10.3"
77
libraryDependencies ++= Seq(
88
"io.spray" % "spray-routing" % "1.2.0",
99
"io.spray" % "spray-can" % "1.2.0",
10-
"com.azavea.geotrellis" %% "geotrellis" % "0.9.0-RC4"
11-
)
10+
"com.azavea.geotrellis" %% "geotrellis" % "0.9.0"
11+
)

0 commit comments

Comments
 (0)