Skip to content

Commit b000469

Browse files
authored
Merge pull request #962 from japgolly/topic/ce-322
Upgrade cats-effect to 3.2.2
2 parents f2477f2 + 3c3913a commit b000469

File tree

5 files changed

+2
-8
lines changed

5 files changed

+2
-8
lines changed

doc/changelog/2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ You can run the script in the Migration section at the bottom of the page to aut
338338
* `TriStateCheckbox` now accepts an optional `Reusable[TagMod]` in its `Props` that will be applied to the `<input>`
339339
340340
* Upgrade deps
341-
* Cats-effect to 3.2.1
341+
* Cats-effect to 3.2.2
342342
* Scala.js to 1.7.0
343343
* Microlibs to 3.0
344344
* UnivEq to 1.5.0

downstream-tests/build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ lazy val js = project
146146
Dep.scalaJsJavaTime.value % Test,
147147
)
148148
},
149-
jsDependencies += (ProvidedJS / "polyfill.js") % Test,
150149
scalaJSLinkerConfig ~= { _
151150
.withSemantics(_
152151
.withRuntimeClassNameMapper(Semantics.RuntimeClassNameMapper.discardAll())
@@ -172,7 +171,6 @@ lazy val jsCE = project
172171
Dep.scalaJsJavaTime.value % Test,
173172
)
174173
},
175-
jsDependencies += (ProvidedJS / "polyfill.js") % Test,
176174
)
177175

178176
lazy val generic = project

downstream-tests/js-ce/src/test/resources/polyfill.js

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

downstream-tests/js/src/test/resources/polyfill.js

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

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010

1111
// Externally observable
1212
val cats = "2.6.1"
13-
val catsEffect = "3.2.1"
13+
val catsEffect = "3.2.2"
1414
val microlibs = "3.0"
1515
val monocle2 = "2.1.0"
1616
val monocle3 = "3.0.0"

0 commit comments

Comments
 (0)