Skip to content

Commit

Permalink
Update sbt-davenverse
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jul 1, 2021
1 parent a527d43 commit 3338ab7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
addSbtPlugin("io.chrisdavenport" % "sbt-davenverse" % "0.0.4")
addSbtPlugin("io.chrisdavenport" % "sbt-davenverse" % "0.0.6")

0 comments on commit 3338ab7

Please sign in to comment.