Skip to content

Commit

Permalink
Update scalatags to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 15, 2024
1 parent bdf95f1 commit 1545b9a
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 @@ -43,7 +43,7 @@ def scalaJsReactSettings(config: CssDslConfig) = Seq(
)

def scalatagsSettings(config: CssDslConfig) = Seq(
libraryDependencies += "com.lihaoyi" %%% "scalatags" % "0.12.0",
libraryDependencies += "com.lihaoyi" %%% "scalatags" % "0.13.1",
cssVariant := TargetImpl.Scalatags,
cssDslConfig := config
)
Expand Down

0 comments on commit 1545b9a

Please sign in to comment.