From a3f6b380b529b296c86551658cdcdc8ee1419fb7 Mon Sep 17 00:00:00 2001 From: Juan Pedro Moreno Date: Tue, 26 Feb 2019 11:02:24 +0100 Subject: [PATCH] Upgrades the project by using the latest sbt-org-policies version --- project/ProjectPlugin.scala | 4 ++-- project/plugins.sbt | 10 ++++++++-- version.sbt | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/project/ProjectPlugin.scala b/project/ProjectPlugin.scala index 16cc53a7..6777eced 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -16,9 +16,9 @@ object ProjectPlugin extends AutoPlugin { object autoImport { lazy val V = new { - val mdoc: String = "1.2.7" + val mdoc: String = "1.2.10" val moultingyaml: String = "0.4.0" - val orgPolicies: String = "0.9.4" + val orgPolicies: String = "0.11.1" val scala: String = "2.12.8" val scalactic: String = "3.0.5" val scalatest: String = "3.0.5" diff --git a/project/plugins.sbt b/project/plugins.sbt index 2e648085..5e95a099 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,11 @@ import sbt.Resolver.sonatypeRepo resolvers ++= Seq(sonatypeRepo("snapshots"), sonatypeRepo("releases")) -addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.9.4") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") \ No newline at end of file + +addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.11.1") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.8.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") +addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2") +addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2") +addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.10") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "1.2.10") diff --git a/version.sbt b/version.sbt index 93d71230..834a94e0 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.8.1-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.9.0-M1" \ No newline at end of file