Skip to content

Commit 76ec8ab

Browse files
committed
Mark 0.8.2 release
1 parent 44714ab commit 76ec8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ object GeoScript extends Build {
77
val meta =
88
Seq[Setting[_]](
99
organization := "org.geoscript",
10-
version := "0.8.1",
11-
gtVersion := "8.5",
10+
version := "0.8.2",
11+
gtVersion := "9.3",
1212
scalaVersion := "2.10.0",
1313
scalacOptions ++= Seq("-feature", "-deprecation", "-Xlint", "-unchecked"),
1414
javacOptions ++= Seq("-source", "6"),

0 commit comments

Comments
 (0)