File tree Expand file tree Collapse file tree 5 files changed +2
-8
lines changed Expand file tree Collapse file tree 5 files changed +2
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
178176lazy val generic = project
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments