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 8aff9e8 commit 14b180eCopy full SHA for 14b180e
project/Deps.scala
@@ -15,7 +15,7 @@ object Deps {
15
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
16
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
17
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "1.1.0")
18
- def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.9.1")
+ def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.9.2")
19
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.2"
20
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
21
0 commit comments