Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 8c21a34

Browse files
authored
Merge pull request #134 from scala-steward/update/scalatest-3.1.0
Update scalatest to 3.1.0
2 parents c936329 + 096761c commit 8c21a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ object Dependencies {
88
val core = Def.setting(
99
Seq(
1010
scalaReflect.value,
11-
"org.scalatest" %%% "scalatest" % "3.0.8" % "test"
11+
"org.scalatest" %%% "scalatest" % "3.1.0" % "test"
1212
)
1313
)
1414

1515
val app = Def.setting(
1616
Seq(
1717
scalaReflect.value,
18-
"org.scalatest" %%% "scalatest" % "3.0.8" % "test",
18+
"org.scalatest" %%% "scalatest" % "3.1.0" % "test",
1919
"com.thoughtworks.enableIf" %% "enableif" % "1.1.7"
2020
)
2121
)

0 commit comments

Comments
 (0)