Skip to content

Commit

Permalink
fixed build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouffard committed Jul 18, 2016
1 parent 4fdf9f5 commit cb81ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Dependencies._
import UnidocKeys._

lazy val commonSettings = Seq(
version := "0.12.1-SNAPSHOT",
version := Version.geotrellis,
scalaVersion := Version.scala,
crossScalaVersions := Version.crossScala,
description := Info.description,
Expand Down

0 comments on commit cb81ad7

Please sign in to comment.