Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
echeipesh committed Oct 25, 2019
1 parent d15a758 commit 8f70df3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.1.0] - 2019-10-25

### Changed

Expand Down
6 changes: 3 additions & 3 deletions project/Version.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

object Version {
val geotrellis = "3.0.0" + Environment.versionSuffix
val geotrellis = "3.1.0" + Environment.versionSuffix
val scala = "2.11.12"
val crossScala = Seq(scala, "2.12.7")
val geotools = "21.2"
Expand All @@ -28,10 +28,10 @@ object Version {
val geowave = "0.9.3"
val circe = "0.11.1"
val previousVersion = "2.2.0"

val gdal = "2.4.0"
val gdalWarp = "33.61199eb"

lazy val hadoop = Environment.hadoopVersion
lazy val spark = Environment.sparkVersion
}

0 comments on commit 8f70df3

Please sign in to comment.