Skip to content

Commit e7fdd85

Browse files
Update scalatest to 3.2.2 (#215)
1 parent 906f86a commit e7fdd85

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
@@ -16,7 +16,7 @@ object Deps {
1616
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
1717
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "1.1.0")
1818
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.9.1")
19-
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.1"
19+
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.2"
2020
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
2121

2222
}

0 commit comments

Comments
 (0)