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 f29bc1e commit 584c7f2Copy full SHA for 584c7f2
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" % "0.9.8")
18
- def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.8.1")
+ def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.8.3")
19
def scalaTest = "org.scalatest" %% "scalatest" % "3.1.0"
20
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
21
0 commit comments