Skip to content

Commit

Permalink
GeoTrellis 3.7.0, CE 3
Browse files Browse the repository at this point in the history
  • Loading branch information
echeipesh committed Mar 8, 2023
1 parent 5bee1e2 commit 3095231
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
- Update to GeoTrellis 3.7, cats-effect 3 [#602](https://github.com/azavea/stac4s/pull/602)

## [0.8.0] - 2022-03-30
### Changed
- Pagination Improvements [#496](https://github.com/azavea/stac4s/pull/496)
- Make SearchFilters pagination agnostic [#502](https://github.com/azavea/stac4s/pull/502)
- Make SearchFilters pagination agnostic [#502](https://github.com/azavea/stac4s/pull/502)

## [0.7.2] - 2021-10-12
### Changed
Expand Down
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import xerial.sbt.Sonatype._

ThisBuild / versionScheme := Some("semver-spec")

lazy val commonSettings = Seq(
// We are overriding the default behavior of sbt-git which, by default, only
// appends the `-SNAPSHOT` suffix if there are uncommitted changes in the
Expand Down
14 changes: 7 additions & 7 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ object Versions {
}
}

val Cats = "2.7.0"
val Circe = "0.14.1"
val Cats = "2.9.0"
val Circe = "0.14.5"
val CirceJsonSchema = "0.2.0"
val DisciplineScalatest = "2.1.5"
val Enumeratum = "1.7.0"
val GeoTrellis = "3.6.2"
val Jts = "1.18.1"
val GeoTrellis = "3.7.0"
val Jts = "1.19.0"
val Monocle = "2.1.0"
val Refined = "0.9.28"
val Refined = "0.9.29"
val ScalacheckCats = "0.3.1"
val Scalacheck = "1.16.0"
val ScalatestPlusScalacheck = "3.2.2.0"
val Scalatest = "3.2.12"
val Scapegoat = "1.4.13"
val Shapeless = "2.3.7"
val Shapeless = "2.3.10"
val Sttp = "3.6.1"
val SttpModel = "1.4.26"
val SttpShared = "1.3.5"
val Fs2 = "2.5.11"
val Fs2 = "3.6.1"
val ThreeTenExtra = "1.7.0"
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.2
sbt.version=1.8.2
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
addDependencyTreePlugin
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16")
addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1")
Expand Down

0 comments on commit 3095231

Please sign in to comment.