Skip to content

Commit

Permalink
Proj4J 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
echeipesh committed Sep 28, 2019
1 parent 91ae155 commit 2b52cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -23,7 +23,7 @@ object Dependencies {
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.14.0" val scalacheck = "org.scalacheck" %% "scalacheck" % "1.14.0"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.2.0" val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.2.0"
val jts = "org.locationtech.jts" % "jts-core" % "1.16.1" val jts = "org.locationtech.jts" % "jts-core" % "1.16.1"
val proj4j = "org.locationtech.proj4j" % "proj4j" % "1.1.0-SNAPSHOT" val proj4j = "org.locationtech.proj4j" % "proj4j" % "1.1.0"


val monocleCore = "com.github.julien-truffaut" %% "monocle-core" % Version.monocle val monocleCore = "com.github.julien-truffaut" %% "monocle-core" % Version.monocle
val monocleMacro = "com.github.julien-truffaut" %% "monocle-macro" % Version.monocle val monocleMacro = "com.github.julien-truffaut" %% "monocle-macro" % Version.monocle
Expand Down

0 comments on commit 2b52cc0

Please sign in to comment.