Skip to content

Commit 8c48649

Browse files
Update scalatest to 3.2.15 (#378)
1 parent a86a75f commit 8c48649

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.4.0")
1818
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.12.0")
19-
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.14"
19+
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.15"
2020

2121
}

0 commit comments

Comments
 (0)