Skip to content

Commit cc28c9d

Browse files
Update scalatest to 3.2.9 (#289)
1 parent ae64ab6 commit cc28c9d

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.3")
19-
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.6"
19+
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.9"
2020
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
2121

2222
}

0 commit comments

Comments
 (0)