From 3338ab788265a1c282af5be4e5eacfdad08e4add Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Thu, 1 Jul 2021 12:47:54 -0700 Subject: [PATCH] Update sbt-davenverse --- .github/workflows/ci.yml | 8 ++++---- build.sbt | 2 +- project/plugins.sbt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46fc09a..cd748b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,13 +53,13 @@ jobs: if: matrix.scala == '2.13.6' uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6.0 + ruby-version: 3.0.1 - name: Install microsite dependencies if: matrix.scala == '2.13.6' run: | gem install saas - gem install jekyll -v 3.2.1 + gem install jekyll -v 4.2.0 - name: Check that workflows are up to date run: sbt ++${{ matrix.scala }} githubWorkflowCheck @@ -107,12 +107,12 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6.0 + ruby-version: 3.0.1 - name: Install microsite dependencies run: | gem install saas - gem install jekyll -v 3.2.1 + gem install jekyll -v 4.2.0 - name: Publish artifacts to Sonatype env: diff --git a/build.sbt b/build.sbt index 6ca7bf1..c230840 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ lazy val core = project lazy val site = project.in(file("site")) .disablePlugins(MimaPlugin) .enablePlugins(NoPublishPlugin) - .enablePlugins(DavenverseSitePlugin) + .enablePlugins(DavenverseMicrositePlugin) .dependsOn(core) .settings{ import microsites._ diff --git a/project/plugins.sbt b/project/plugins.sbt index e6488da..431df84 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16") -addSbtPlugin("io.chrisdavenport" % "sbt-davenverse" % "0.0.4") \ No newline at end of file +addSbtPlugin("io.chrisdavenport" % "sbt-davenverse" % "0.0.6") \ No newline at end of file