Skip to content

Commit 5c3ac97

Browse files
Update scalatest to 3.2.14 (#363)
1 parent bf1b0f7 commit 5c3ac97

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,6 +16,6 @@ object Deps {
1616
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.15" % "1.3.0")
1717
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "2.3.0")
1818
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.11.1")
19-
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.13"
19+
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.14"
2020

2121
}

0 commit comments

Comments
 (0)