Skip to content

Commit

Permalink
Update weaver-cats, weaver-scalacheck to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toniogela-s-scala-steward[bot] authored and mergify[bot] committed Apr 8, 2024
1 parent 84c7595 commit 274c678
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val root = (project in file(".")).settings(
"org.typelevel" %% "cats-effect" % "3.5.4",
"co.fs2" %% "fs2-io" % "3.10.2",
"com.monovore" %% "decline-effect" % "2.4.1",
"com.disneystreaming" %% "weaver-cats" % "0.8.3",
"com.disneystreaming" %% "weaver-scalacheck" % "0.8.3"
"com.disneystreaming" %% "weaver-cats" % "0.8.4",
"com.disneystreaming" %% "weaver-scalacheck" % "0.8.4"
)
)
7 changes: 4 additions & 3 deletions src/main/g8/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ object Dependencies {
"com.monovore" %% "decline-effect" % "2.4.1"
)

val testDependencies: Seq[ModuleID] =
Seq("com.disneystreaming" %% "weaver-cats" % "0.8.3", "com.disneystreaming" %% "weaver-scalacheck" % "0.8.3")
.map(_ % Test)
val testDependencies: Seq[ModuleID] = Seq(
"com.disneystreaming" %% "weaver-cats" % "0.8.4",
"com.disneystreaming" %% "weaver-scalacheck" % "0.8.3"
).map(_ % Test)

}

0 comments on commit 274c678

Please sign in to comment.