Skip to content

Commit

Permalink
Bump geotools version up to 30-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Oct 2, 2023
1 parent bf61b53 commit 70dc4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sbt._

object Version {
val geotools = "30-SNAPSHOT"
val geotools = "30-RC"
val spire = "0.17.0"
val accumulo = "1.10.3"
val cassandra = "4.15.0"
Expand Down Expand Up @@ -105,7 +105,6 @@ object Dependencies {
val geotoolsGeoTiff = "org.geotools" % "gt-geotiff" % Version.geotools
val geotoolsShapefile = "org.geotools" % "gt-shapefile" % Version.geotools
val geotoolsMetadata = "org.geotools" % "gt-metadata" % Version.geotools
val geotoolsOpengis = "org.geotools" % "gt-opengis" % Version.geotools

val scalaArm = "com.jsuereth" %% "scala-arm" % "2.0"

Expand Down
4 changes: 1 addition & 3 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@ object Settings {
geotoolsHsql,
geotoolsMain,
geotoolsReferencing,
geotoolsMetadata,
geotoolsOpengis
geotoolsMetadata
).map(_ excludeAll(excludedDependencies: _*)),
libraryDependencies ++= Seq(
unitApi,
Expand Down Expand Up @@ -468,7 +467,6 @@ object Settings {
name := "geotrellis-shapefile",
libraryDependencies ++= Seq(
geotoolsMain,
geotoolsOpengis,
geotoolsShapefile
).map(_ excludeAll(excludedDependencies: _*)),
libraryDependencies ++= Seq(scalatest % Test) ++ worksWithDependencies,
Expand Down

0 comments on commit 70dc4d5

Please sign in to comment.