Skip to content

Commit b97ae2d

Browse files
committed
Added sbt script, minor changes.
1 parent 738291f commit b97ae2d

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)