Skip to content

Commit 76221d0

Browse files
committed
bump cats-effect version; clean up cruft
1 parent 3301622 commit 76221d0

2 files changed

Lines changed: 2 additions & 35 deletions

File tree

‎.sbt/matrix/backendsJS3/package.json‎

Lines changed: 0 additions & 33 deletions
This file was deleted.

‎build.sbt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ lazy val core = (projectMatrix in file("core"))
120120
case _ =>
121121
Seq(
122122
("org.typelevel" %% "spire" % spireVersion),
123-
("org.typelevel" %% "cats-effect" % "3.7.0"), // -5d10115"),
123+
("org.typelevel" %% "cats-effect" % "3.7.1"), // -5d10115"),
124124
("org.typelevel" %% "cats-mtl" % "1.7.0"),
125125
("org.typelevel" %% "algebra" % "2.13.0")
126126
)
@@ -174,7 +174,7 @@ lazy val docs = (crossProject(JVMPlatform)
174174
)
175175
*/
176176

177-
publish / skip := true
177+
//publish / skip := true
178178

179179
/*
180180
lazy val sonatypeSettings = Seq(

0 commit comments

Comments
 (0)