Skip to content

Commit

Permalink
Merge pull request #240 from Dwolla/update/refined-0.11.1
Browse files Browse the repository at this point in the history
Update refined, refined-scalacheck to 0.11.1
  • Loading branch information
mergify[bot] authored Jan 29, 2024
2 parents 1f70a6b + e51aff2 commit 5752f43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/BouncyCastlePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ object BouncyCastlePlugin extends AutoPlugin {
libraryDependencies ++= {
Seq(
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-effect" % "3.5.2",
"co.fs2" %% "fs2-core" % "3.9.3",
"co.fs2" %% "fs2-io" % "3.9.3",
"org.typelevel" %% "cats-effect" % "3.5.3",
"co.fs2" %% "fs2-core" % "3.9.4",
"co.fs2" %% "fs2-io" % "3.9.4",
"io.monix" %% "newtypes-core" % "0.2.3",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.typelevel" %% "log4cats-core" % "2.6.0",
"eu.timepit" %% "refined" % "0.11.0",
"eu.timepit" %% "refined" % "0.11.1",
bouncyCastle,
)
},
Expand Down Expand Up @@ -119,7 +119,7 @@ object BouncyCastlePlugin extends AutoPlugin {
libraryDependencies ++= {
Seq(
"org.scalacheck" %% "scalacheck" % "1.17.0",
"eu.timepit" %% "refined-scalacheck" % "0.11.0",
"eu.timepit" %% "refined-scalacheck" % "0.11.1",
"io.chrisdavenport" %% "cats-scalacheck" % "0.3.2",
)
},
Expand Down

0 comments on commit 5752f43

Please sign in to comment.