Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Commit

Permalink
Update minitest to 2.9.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 15, 2020
1 parent c065e39 commit d1436bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % fs2Version,
"co.fs2" %% "fs2-io" % fs2Version,
"org.tpolecat" %% "doobie-core" % doobieVersion,
"io.monix" %% "minitest" % "2.8.2" % "test"
"io.monix" %% "minitest" % "2.9.0" % "test"
)

0 comments on commit d1436bf

Please sign in to comment.