Skip to content

Commit

Permalink
Bump geotrellis version up
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Apr 29, 2019
1 parent 1e5e706 commit 7564db7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy val root = project.in(file("."))

val circeVer = "0.11.1"
val circeOpticsVer = "0.11.0"
val gtVer = "3.0.0-M1"
val gtVer = "3.0.0-M3"

lazy val maml = crossProject.in(file("."))
.settings(publishSettings:_*)
Expand Down
2 changes: 1 addition & 1 deletion jvm/src/main/scala/eval/directive/SourceDirectives.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.azavea.maml.ast._

import io.circe._
import io.circe.parser._
import geotrellis.vector.io._
import geotrellis.vector._
import geotrellis.vector.Geometry
import geotrellis.raster._
import cats.data.{NonEmptyList => NEL, _}
Expand Down
2 changes: 1 addition & 1 deletion jvm/version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.3.3-SNAPSHOT"
version in ThisBuild := "0.3.3"

0 comments on commit 7564db7

Please sign in to comment.