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 authored and nafg committed May 22, 2024
1 parent fa096e1 commit c209d9f
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 c209d9f

Please sign in to comment.