Skip to content

Commit

Permalink
downgrading sbt-site to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Jun 21, 2019
1 parent c49926e commit c9bfdd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -87,7 +87,7 @@ lazy val projectReleaseSettings = Seq(

lazy val parentSettings = Seq(publishArtifact := false)

lazy val siteSettings = Seq(
lazy val siteSettings = ParadoxMaterialThemePlugin.paradoxMaterialThemeSettings(Paradox) ++ Seq(
scalacOptions in(Compile, doc) ++= Seq("-skip-packages", "akka.pattern", "-doc-title", name.value, "-doc-version", version.value),
git.remoteRepo := "git@github.com:mkroli/dns4s.git",
siteSubdirName in ScalaUnidoc := "api",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -21,7 +21,7 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")

addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")

addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")

addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0")

Expand Down

0 comments on commit c9bfdd4

Please sign in to comment.