Update dependencies.

This commit is contained in:
Greg Burd 2019-11-21 21:23:59 -05:00
parent ef70554b16
commit 262bba3a02
3 changed files with 5 additions and 5 deletions

View file

@ -5,9 +5,9 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
object Dependencies { object Dependencies {
val metaconfigV = "0.8.3" val metaconfigV = "0.8.3"
val scalametaV = "4.2.3" val scalametaV = "4.2.5"
val scalatestV = "3.2.0-M1" val scalatestV = "3.2.0-M1"
val scalacheckV = "1.14.1" val scalacheckV = "1.14.2"
val coursier = "1.0.3" val coursier = "1.0.3"
val scalapb = Def.setting { val scalapb = Def.setting {

View file

@ -1 +1 @@
sbt.version = 1.3.2 sbt.version = 1.3.3

View file

@ -23,10 +23,10 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1")
// Documentation plugins // 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.47deg" % "sbt-microsites" % "0.9.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") 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 // Other, TBD
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")