Skip to content

Commit

Permalink
[sbt] minor updates (#268)
Browse files Browse the repository at this point in the history
Changelog:
    Fixes #266
    Fixes #259
  • Loading branch information
zouzias authored Nov 29, 2020
1 parent 006b27d commit 1c6f000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ val sparkVersion = "2.4.7"
val scalactic = "org.scalactic" %% "scalactic" % "3.2.3"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.3" % "test"

val joda_time = "joda-time" % "joda-time" % "2.10.6"
val joda_time = "joda-time" % "joda-time" % "2.10.8"
val algebird = "com.twitter" %% "algebird-core" % "0.13.7"
val joda_convert = "org.joda" % "joda-convert" % "2.2.1"
val spatial4j = "org.locationtech.spatial4j" % "spatial4j" % "0.7"
Expand All @@ -101,7 +101,7 @@ val lucene_expressions = "org.apache.lucene" % "lucene-expre
val lucene_spatial = "org.apache.lucene" % "lucene-spatial" % luceneV
val lucene_spatial_extras = "org.apache.lucene" % "lucene-spatial-extras" % luceneV

val jts = "org.locationtech.jts" % "jts-core" % "1.17.0"
val jts = "org.locationtech.jts" % "jts-core" % "1.17.1"
// scalastyle:on


Expand Down

0 comments on commit 1c6f000

Please sign in to comment.