From ea5866704e9e4b7ba25f3262b3dab23276804497 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 22 Jan 2020 12:00:14 -0800 Subject: [PATCH] bump sbt version to 1.3.7 (was 1.3.0) --- project/build.properties | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index 080a737e..a82bb05e 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.0 +sbt.version=1.3.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index 6165df3c..b90a51e9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.2") +addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.3")