From 6e181fba81a4dd584997f7789b8d3d5f9644b24d Mon Sep 17 00:00:00 2001 From: Juan Pedro Moreno <4879373+juanpedromoreno@users.noreply.github.com> Date: Tue, 26 Feb 2019 12:05:01 +0100 Subject: [PATCH] Releases 0.9.0 (#303) --- project/plugins.sbt | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5e95a099..ae201929 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ import sbt.Resolver.sonatypeRepo resolvers ++= Seq(sonatypeRepo("snapshots"), sonatypeRepo("releases")) addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.11.1") -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.8.0") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.0-M1") 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") diff --git a/version.sbt b/version.sbt index 1ea97d5a..d4444516 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.9.0-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.9.0" \ No newline at end of file