Skip to content

Commit

Permalink
chore: version-bump on site
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Dec 27, 2024
1 parent 175a071 commit b7e0d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ParsleySitePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object ParsleySitePlugin extends AutoPlugin {
)
.withRawContent, // enable usage of raw HTML,
mdocVariables := {
mdocVariables.value ++ Map("STABLE_VERSION" -> "4.5.1"),
mdocVariables.value ++ Map("STABLE_VERSION" -> "4.5.2"),
},
tlSiteHelium := {
val notBackport = true || !githubIsWorkflowBuild.value
Expand Down

0 comments on commit b7e0d80

Please sign in to comment.