aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt9
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt2
3 files changed, 4 insertions, 9 deletions
diff --git a/build.sbt b/build.sbt
index 6177312..d26de30 100644
--- a/build.sbt
+++ b/build.sbt
@@ -6,13 +6,8 @@ lazy val core = (project in file("."))
.settings(lintingSettings ++ formatSettings)
.settings(sources in (Compile, doc) := Seq.empty, publishArtifact in (Compile, packageDoc) := false)
.settings(libraryDependencies ++= Seq(
- "com.typesafe.akka" %% "akka-http" % "10.0.11",
"com.lihaoyi" %% "fastparse" % "1.0.0",
- "xyz.driver" %% "core" % "1.8.23",
- "com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
- "org.slf4j" % "slf4j-api" % "1.7.21",
- "ch.qos.logback" % "logback-classic" % "1.1.7",
- "com.typesafe" % "config" % "1.3.1",
+ "xyz.driver" %% "core" % "1.10.1",
"org.scalacheck" %% "scalacheck" % "1.13.4" % "test",
- "org.scalatest" %% "scalatest" % "3.0.2" % "test"
+ "org.scalatest" %% "scalatest" % "3.0.5" % "test"
))
diff --git a/project/build.properties b/project/build.properties
index 31334bb..d6e3507 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.1.1
+sbt.version=1.1.6
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b1fa5f8..22f8d96 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,3 +1,3 @@
resolvers += "releases" at "https://drivergrp.jfrog.io/drivergrp/releases"
-addSbtPlugin("xyz.driver" % "sbt-settings" % "1.0.8")
+addSbtPlugin("xyz.driver" % "sbt-settings" % "1.0.11")