Skip to content

Commit 88dd2aa

Browse files
scala-stewardalexarchambault
authored andcommitted
Update scalatags to 0.6.8 (#72)
1 parent 64acb29 commit 88dd2aa

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
@@ -14,7 +14,7 @@ object Deps {
1414
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
1515
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
1616
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.6")
17-
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.6.7")
17+
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.6.8")
1818
def scalaTest = "org.scalatest" %% "scalatest" % "3.0.7"
1919
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
2020

0 commit comments

Comments
 (0)