Skip to content

Commit

Permalink
Minor css framework version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed May 11, 2020
1 parent 4a5c39c commit b374f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val bulmaConfig =
CssDslConfig(
"bulma",
Set(None, Some("b")),
"0.8.0",
"0.8.2",
"https://cdnjs.cloudflare.com/ajax/libs/bulma/" + _ + "/css/bulma.css"
)

Expand All @@ -56,7 +56,7 @@ val fomanticUiConfig =
CssDslConfig(
"fomanticui",
Set(Some("f")),
"2.8.3",
"2.8.4",
"https://cdn.jsdelivr.net/npm/fomantic-ui@" + _ + "/dist/semantic.min.css"
)

Expand Down

0 comments on commit b374f4a

Please sign in to comment.