Skip to content

Commit

Permalink
Merge pull request #1867 from scala-steward/update/sbt-microsites-1.4.4
Browse files Browse the repository at this point in the history
Update sbt-microsites to 1.4.4
  • Loading branch information
blast-hardcheese authored Nov 14, 2023
2 parents 1fb2b46 + def8254 commit 65f8b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/microsite/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ micrositeGithubRepo := "guardrail"
micrositeHighlightLanguages ++= Seq("yaml", "scala")
micrositeGitterChannel := false
micrositeAnalyticsToken := "UA-154175369-1"
micrositeGoogleAnalytics4Token := "G-L51EVMQF15"
micrositeTheme := "light"
mdocIn := baseDirectory.value / "docs"
//micrositeDataDirectory := baseDirectory.value / "docs" / "data"
Expand Down
2 changes: 1 addition & 1 deletion project/microsite.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.3")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")

0 comments on commit 65f8b58

Please sign in to comment.