Skip to content

Commit

Permalink
Update scalatags to 0.12.0 (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Archambault <alexarchambault@users.noreply.github.com>
  • Loading branch information
scala-steward and alexarchambault authored Oct 18, 2022
1 parent fa0253d commit 5771564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Deps {
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.7")
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.15" % "1.3.0")
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "2.3.0")
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.11.1")
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.12.0")
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.14"

}

0 comments on commit 5771564

Please sign in to comment.