Skip to content

Commit

Permalink
Update material__tabs to 0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 22, 2024
1 parent 4b214d8 commit d402c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ lazy val theme = project("paradox-material-theme", file("theme"))
libraryDependencies += "org.webjars" % "prettify" % "4-Mar-2013-1" % Provided,
libraryDependencies +=
Seq("animation", "base", "ripple", "rtl", "theme", "typography")
.foldLeft("org.webjars.npm" % "material__tabs" % "0.3.1" % Provided) { (lib, dep) =>
.foldLeft("org.webjars.npm" % "material__tabs" % "0.37.1" % Provided) { (lib, dep) =>
lib.exclude("org.webjars.npm", s"material__$dep")
}
)
Expand Down

0 comments on commit d402c54

Please sign in to comment.