Skip to content

Commit 70a66ed

Browse files
scala-stewardalexarchambault
authored andcommitted
Update scalatags to 0.8.1 (#143)
1 parent f31a60c commit 70a66ed

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" % "0.9.8")
18-
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.7.0")
18+
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.8.1")
1919
def scalaTest = "org.scalatest" %% "scalatest" % "3.1.0"
2020
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
2121

0 commit comments

Comments
 (0)