Skip to content

Commit

Permalink
Merge pull request #276 from nafg/update/scalatags-0.13.1
Browse files Browse the repository at this point in the history
Update scalatags to 0.13.1
  • Loading branch information
mergify[bot] committed May 22, 2024
2 parents 1a6e16d + ad8eb50 commit 44f646d
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 44f646d

Please sign in to comment.