Skip to content

Commit

Permalink
Update munit-scalacheck to 1.0.0 (#37)
Browse files Browse the repository at this point in the history
* Update munit-scalacheck to 1.0.0

* Update munit-cats-effect-3 to 2.0.0

---------

Co-authored-by: horothesun-scala-steward[bot] <132169906+horothesun-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: horothesun <horothesun@gmail.com>
  • Loading branch information
1 parent e7ad9f7 commit a06b8c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ object Dependencies {

val logbackClassic = "1.5.6"

val munitScalaCheck = "0.7.29"
val munitScalaCheck = "1.0.0"

val munitCatsEffect = "1.0.7"
val munitCatsEffect = "2.0.0"

}

Expand All @@ -37,8 +37,8 @@ object Dependencies {
)

lazy val test: Seq[ModuleID] = Seq(
"org.scalameta" %% "munit-scalacheck" % Version.munitScalaCheck % Test,
"org.typelevel" %% "munit-cats-effect-3" % Version.munitCatsEffect % Test
"org.scalameta" %% "munit-scalacheck" % Version.munitScalaCheck % Test,
"org.typelevel" %% "munit-cats-effect" % Version.munitCatsEffect % Test
)

lazy val core = libraryDependencies ++= (project ++ logs ++ test)
Expand Down
8 changes: 4 additions & 4 deletions src/main/g8/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ object Dependencies {

val logbackClassic = "1.5.6"

val munitScalaCheck = "0.7.29"
val munitScalaCheck = "1.0.0"

val munitCatsEffect = "1.0.7"
val munitCatsEffect = "2.0.0"

}

Expand All @@ -37,8 +37,8 @@ object Dependencies {
)

lazy val test: Seq[ModuleID] = Seq(
"org.scalameta" %% "munit-scalacheck" % Version.munitScalaCheck % Test,
"org.typelevel" %% "munit-cats-effect-3" % Version.munitCatsEffect % Test
"org.scalameta" %% "munit-scalacheck" % Version.munitScalaCheck % Test,
"org.typelevel" %% "munit-cats-effect" % Version.munitCatsEffect % Test
)

lazy val core = libraryDependencies ++= (project ++ logs ++ test)
Expand Down

0 comments on commit a06b8c8

Please sign in to comment.