Skip to content

Commit 14b180e

Browse files
Update scalatags to 0.9.2 (#219)
1 parent 8aff9e8 commit 14b180e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object Deps {
1515
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
1616
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
1717
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "1.1.0")
18-
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.9.1")
18+
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.9.2")
1919
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.2"
2020
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
2121

0 commit comments

Comments
 (0)