1 parent 3301622 commit 76221d0Copy full SHA for 76221d0
2 files changed
.sbt/matrix/backendsJS3/package.json
build.sbt
@@ -120,7 +120,7 @@ lazy val core = (projectMatrix in file("core"))
120
case _ =>
121
Seq(
122
("org.typelevel" %% "spire" % spireVersion),
123
- ("org.typelevel" %% "cats-effect" % "3.7.0"), // -5d10115"),
+ ("org.typelevel" %% "cats-effect" % "3.7.1"), // -5d10115"),
124
("org.typelevel" %% "cats-mtl" % "1.7.0"),
125
("org.typelevel" %% "algebra" % "2.13.0")
126
)
@@ -174,7 +174,7 @@ lazy val docs = (crossProject(JVMPlatform)
174
175
*/
176
177
-publish / skip := true
+//publish / skip := true
178
179
/*
180
lazy val sonatypeSettings = Seq(
0 commit comments