diff --git a/build.sbt b/build.sbt index eb8d8da..ad4d919 100644 --- a/build.sbt +++ b/build.sbt @@ -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", diff --git a/src/main/g8/project/Dependencies.scala b/src/main/g8/project/Dependencies.scala index 58bd63e..6e4c6bd 100644 --- a/src/main/g8/project/Dependencies.scala +++ b/src/main/g8/project/Dependencies.scala @@ -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$ )