From 9d0126d251746c27726b927e05f109a18b0f24aa Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Tue, 6 Nov 2018 10:39:31 -0700 Subject: [PATCH 1/2] Update sbt to 1.2.6 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 0531343..7c58a83 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.2 +sbt.version=1.2.6 From 16302cc41134d3b17dcc5c0ac7763a84e546ae55 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Tue, 6 Nov 2018 10:40:37 -0700 Subject: [PATCH 2/2] Updating commons to 0.6.1 release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eb33194..b7c1389 100644 --- a/build.sbt +++ b/build.sbt @@ -116,7 +116,7 @@ lazy val root = Project(id="sopt", base=file(".")) .settings( libraryDependencies ++= Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value, - "com.fulcrumgenomics" %% "commons" % "0.5.0", + "com.fulcrumgenomics" %% "commons" % "0.6.1", "com.vladsch.flexmark" % "flexmark" % "0.18.5", //---------- Test libraries -------------------//