Skip to content

Commit

Permalink
Merge pull request #734 from scala-steward/update/jts-core-1.20.0
Browse files Browse the repository at this point in the history
Update jts-core to 1.20.0
  • Loading branch information
tminglei authored Dec 22, 2024
2 parents 027e0c9 + fb4324e commit 96bbb0a
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 96bbb0a

Please sign in to comment.