Skip to content

Commit

Permalink
Update munit to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] authored and mergify[bot] committed Nov 15, 2024
1 parent 7382555 commit b8d13f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object ProjectDependencies {

private val catsVersion = "2.12.0"
private val munitVersion = "1.0.1"
private val munitVersion = "1.0.2"

lazy val common: Seq[ModuleID] = Seq(
"org.typelevel" %% "cats-core" % catsVersion,
Expand Down

0 comments on commit b8d13f7

Please sign in to comment.