Skip to content

Commit 60c27bb

Browse files
scala-stewardalexarchambault
authored andcommitted
Update scalatest to 3.0.7 (#68)
1 parent 8f47605 commit 60c27bb

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
@@ -15,7 +15,7 @@ object Deps {
1515
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
1616
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.6")
1717
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.6.7")
18-
def scalaTest = "org.scalatest" %% "scalatest" % "3.0.6"
18+
def scalaTest = "org.scalatest" %% "scalatest" % "3.0.7"
1919
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
2020

2121
}

0 commit comments

Comments
 (0)