Skip to content

Commit

Permalink
Merge pull request #320 from scala-steward/update/cats-effect-3.5.5
Browse files Browse the repository at this point in the history
Update cats-effect from 3.5.4 to 3.5.5
  • Loading branch information
takapi327 authored Oct 31, 2024
2 parents b01a2ec + 039cd26 commit faa4f2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ lazy val dsl = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.module("dsl", "Projects that provide a way to connect to the database")
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-effect" % "3.5.4",
"org.typelevel" %%% "cats-effect" % "3.5.5",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test
)
)
Expand Down Expand Up @@ -138,7 +138,7 @@ lazy val connector = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
scalacOptions += "-Ykind-projector:underscores",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-effect" % "3.5.4",
"org.typelevel" %%% "cats-effect" % "3.5.5",
"co.fs2" %%% "fs2-core" % "3.11.0",
"co.fs2" %%% "fs2-io" % "3.11.0",
"org.scodec" %%% "scodec-bits" % "1.1.38",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ScalaVersions.*

object Dependencies {

val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.5"

val schemaspy = "org.schemaspy" % "schemaspy" % "6.2.4"

Expand Down

0 comments on commit faa4f2a

Please sign in to comment.