Skip to content

Commit

Permalink
Merge tag '6.1.0' into develop
Browse files Browse the repository at this point in the history
6.1.0
  • Loading branch information
rajadain committed May 6, 2024
2 parents 79ca831 + e9de3bf commit 3a23f1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.1.0

- Updates max content length configuration for Akka Http 10.5,
allowing for HUC-8 requests

## 6.0.0

- Upgrades the GeoTrellis library to `3.7.0`, the latest at this time
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ licenses := Seq(

scalaVersion := Version.scala
ThisBuild / scalaVersion := Version.scala
ThisBuild / version := "6.0.0"
ThisBuild / version := "6.1.0"

lazy val root = Project("mmw-geoprocessing", file("."))
.aggregate(
Expand Down

0 comments on commit 3a23f1c

Please sign in to comment.