File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11import sbt ._
22
33object Dependencies {
4- val circeCore = " io.circe" %% " circe-core" % Version .circe
5- val circeGeneric = " io.circe" %% " circe-generic" % Version .circe
4+ val circeCore = " io.circe" %% " circe-core" % Version .circe
5+ val circeGeneric = " io.circe" %% " circe-generic" % Version .circe
66 val circeGenericExtras = " io.circe" %% " circe-generic-extras" % Version .circe
7- val circeParser = " io.circe" %% " circe-parser" % Version .circe
8- val jtsCore = " com.vividsolutions" % " jts-core" % Version .jtsCore
7+ val circeParser = " io.circe" %% " circe-parser" % Version .circe
8+
9+ val jtsCore = " com.vividsolutions" % " jts-core" % Version .jtsCore
910 val scalaTest = " org.scalatest" %% " scalatest" % Version .scalaTest
1011}
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ object Environment {
4242 def dependOnNative (native : ClasspathDependency ) =
4343 if (pdalDependOnNative == " true" ) Seq (native) else Seq .empty
4444
45- lazy val versionSuffix = either(" PDAL_VERSION_SUFFIX" , " -SNAPSHOT" )
45+ lazy val versionSuffix = either(" PDAL_VERSION_SUFFIX" , " -SNAPSHOT" )
4646 lazy val pdalDependOnNative = either(" PDAL_DEPEND_ON_NATIVE" , " true" )
4747}
Original file line number Diff line number Diff line change 11object Version {
2- val circe = " 0.9.2 "
3- val scalaTest = " 3.0.4 "
2+ val circe = " 0.9.3 "
3+ val scalaTest = " 3.0.5 "
44 val jtsCore = " 1.14.0"
55}
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.5" )
2- addSbtPlugin(" ch.jodersky" % " sbt-jni" % " 1.3.0 " )
2+ addSbtPlugin(" ch.jodersky" % " sbt-jni" % " 1.3.2 " )
33addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.0" )
44addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.3.1" )
55addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 3.0.1" )
You can’t perform that action at this time.
0 commit comments