From 262bba3a02471eefa2548657b56a93f5de405ce9 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Thu, 21 Nov 2019 21:23:59 -0500 Subject: [PATCH] Update dependencies. --- project/Dependencies.scala | 4 ++-- project/build.properties | 2 +- project/plugins.sbt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 195ef32..c6f860d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,9 +5,9 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._ object Dependencies { val metaconfigV = "0.8.3" - val scalametaV = "4.2.3" + val scalametaV = "4.2.5" val scalatestV = "3.2.0-M1" - val scalacheckV = "1.14.1" + val scalacheckV = "1.14.2" val coursier = "1.0.3" val scalapb = Def.setting { diff --git a/project/build.properties b/project/build.properties index 218101f..04c59a2 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.3.2 +sbt.version = 1.3.3 diff --git a/project/plugins.sbt b/project/plugins.sbt index 8900152..05e1ce3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -23,10 +23,10 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1") // Documentation plugins -addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.12") +addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.13") addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.4") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "1.2.7") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.0.2") // Other, TBD addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")