We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64acb29 commit 88dd2aaCopy full SHA for 88dd2aa
project/Deps.scala
@@ -14,7 +14,7 @@ object Deps {
14
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
15
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
16
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.6")
17
- def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.6.7")
+ def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.6.8")
18
def scalaTest = "org.scalatest" %% "scalatest" % "3.0.7"
19
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
20
0 commit comments