Skip to content

Commit 3dfca56

Browse files
committed
Bump deps versions up
1 parent 2ef8b6b commit 3dfca56

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

project/Dependencies.scala

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import sbt._
22

33
object 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
}

project/Environment.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

project/Version.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object 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
}

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("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")
33
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
44
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.1")
55
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.1")

0 commit comments

Comments
 (0)