From c68c1174ad0d3f14f81312f7d51e7e0f72bb0231 Mon Sep 17 00:00:00 2001 From: mgifos Date: Sat, 8 Dec 2018 14:41:30 +0100 Subject: [PATCH] Latest dependencies / versions --- build.sbt | 10 +++++----- project/build.properties | 2 +- project/plugins.sbt | 3 +-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/build.sbt b/build.sbt index f13f694..c6f9b1c 100644 --- a/build.sbt +++ b/build.sbt @@ -9,16 +9,16 @@ lazy val root = (project in file(".")).enablePlugins( mainClass in Compile := Some("com.github.mgifos.workouts.Main") -scalaVersion := "2.12.4" +scalaVersion := "2.12.8" libraryDependencies ++= Seq( "ch.qos.logback" % "logback-classic" % "1.2.3", "com.github.scopt" %% "scopt" % "3.7.0", "com.github.tototoshi" %% "scala-csv" % "1.3.5", - "com.typesafe.akka" %% "akka-http" % "10.1.0", - "com.typesafe.akka" %% "akka-stream" % "2.5.11", - "com.typesafe.play" %% "play-json" % "2.6.9", - "com.typesafe.scala-logging" %% "scala-logging" % "3.7.2", + "com.typesafe.akka" %% "akka-http" % "10.1.5", + "com.typesafe.akka" %% "akka-stream" % "2.5.19", + "com.typesafe.play" %% "play-json" % "2.6.11", + "com.typesafe.scala-logging" %% "scala-logging" % "3.9.0", "org.scalatest" %% "scalatest" % "3.0.5" % "test" ) diff --git a/project/build.properties b/project/build.properties index 826c0bd..c03cdb8 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 0.13.16 \ No newline at end of file +sbt.version = 1.2.7 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index bba60e3..9313490 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,3 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.8") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.6") -addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2") - +addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")