Skip to content

Commit

Permalink
Update sbt-ci-release to 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Dec 7, 2022
1 parent cdb06cf commit 559df65
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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 documentation = project

lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6"),
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3"),
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0"),
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1"),
libraryDependencies ++= Seq(
"com.47deg" %% "github4s" % "0.31.2",
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.6")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.6")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.6")
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
2 changes: 1 addition & 1 deletion src/main/scala/microsites/MicrositeKeys.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.nio.file._

import cats.effect.IO
import cats.effect.unsafe.implicits.global
import com.typesafe.sbt.sbtghpages.GhpagesPlugin.autoImport._
import com.github.sbt.sbtghpages.GhpagesPlugin.autoImport._
import com.typesafe.sbt.site.SitePlugin.autoImport.makeSite
import io.circe._
import io.circe.generic.semiauto._
Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/microsites/MicrositesPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

package microsites

import com.typesafe.sbt.SbtGit.git
import com.typesafe.sbt.sbtghpages.GhpagesPlugin
import com.github.sbt.git.SbtGit.git
import com.github.sbt.sbtghpages.GhpagesPlugin
import com.typesafe.sbt.site.jekyll.JekyllPlugin
import com.typesafe.sbt.site.SitePlugin.autoImport._
import sbt.Keys._
Expand Down

0 comments on commit 559df65

Please sign in to comment.