Skip to content

Commit

Permalink
Update ciris to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toniogela-s-scala-steward[bot] authored and mergify[bot] committed Jan 21, 2024
1 parent 5ca0b7b commit acd1e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lazy val root = (project in file(".")).enablePlugins(ScriptedPlugin).settings(
"org.typelevel" %% "cats-effect" % "3.5.3",
"co.fs2" %% "fs2-core" % "3.9.4",
"com.monovore" %% "decline-effect" % "2.4.1",
"is.cir" %% "ciris" % "3.4.0",
"is.cir" %% "ciris" % "3.5.0",
("org.typelevel" % "kind-projector" % "0.13.2").cross(CrossVersion.full),
("com.github.cb372" % "scala-typed-holes" % "0.1.11").cross(CrossVersion.full),
"com.olegpy" %% "better-monadic-for" % "0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val coreDependencies: Seq[ModuleID] = Seq(
"org.typelevel" %% "cats-effect" % "3.5.3",
"com.monovore" %% "decline-effect" % "2.4.1",
"is.cir" %% "ciris" % "3.4.0",
"is.cir" %% "ciris" % "3.5.0",
$if(add_fs2.truthy) $ "co.fs2" %% "fs2-core" % "3.9.4" $endif$
)

Expand Down

0 comments on commit acd1e4e

Please sign in to comment.