Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Jul 25, 2024
1 parent 9825df1 commit 1f3d3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ val scalafixCoreDep =

val testDependencies = Seq(
"org.scalamock" %% "scalamock" % "5.2.0",
"org.scalatest" %% "scalatest" % "3.2.18",
"org.scalatest" %% "scalatest" % "3.2.19",
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0",
// テスト用のTestSchedulerを使うため
"io.monix" %% "monix" % "3.4.1"
Expand All @@ -98,7 +98,7 @@ val dependenciesToEmbed = Seq(
"com.github.etaty" %% "rediscala" % "1.9.0",

// effect system
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "cats-effect" % "2.5.5",
"co.fs2" %% "fs2-core" % "2.5.12",

Expand Down

0 comments on commit 1f3d3f0

Please sign in to comment.