Skip to content

Commit

Permalink
Update specs2-matcher to 4.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and Baccata committed Jan 19, 2021
1 parent e82481d commit eee205d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ lazy val specs2 = projectMatrix
name := "specs2",
testFrameworks := Seq(new TestFramework("weaver.framework.CatsEffect")),
libraryDependencies ++= Seq(
"org.specs2" %%% "specs2-matcher" % "4.10.5"
"org.specs2" %%% "specs2-matcher" % "4.10.6"
)
)
.settings(WeaverPlugin.simpleLayout)
Expand Down

0 comments on commit eee205d

Please sign in to comment.