Update dependencies.
This commit is contained in:
parent
ef70554b16
commit
262bba3a02
3 changed files with 5 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -1 +1 @@
|
|||
sbt.version = 1.3.2
|
||||
sbt.version = 1.3.3
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue