Skip to content

Commit

Permalink
Update jts-core to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 31, 2024
1 parent 4dd0dcb commit fb4324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ lazy val slickPgJtsLt = (project in file("./addons/jts_lt"))
name := "slick-pg_jts_lt",
description := "Slick extensions for PostgreSQL - (locationtech) jts module",
libraryDependencies := mainDependencies(scalaVersion.value) ++ Seq(
"org.locationtech.jts" % "jts-core" % "1.19.0"
"org.locationtech.jts" % "jts-core" % "1.20.0"
)
)
.dependsOn (slickPgCore % "test->test;compile->compile")
Expand Down

0 comments on commit fb4324e

Please sign in to comment.