File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ You can run the script in the Migration section at the bottom of the page to aut
359
359
* `Callback.debounce(duration): Callback`
360
360
* `ReactTestUtils` is now a `trait` as well as an `object` so that you can mix it into your own test utils collection
361
361
* Upgrade deps
362
- * Cats-effect to 3.2.3
362
+ * Cats-effect to 3.2.9
363
363
364
364
365
365
# Thanks
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ object Dependencies {
10
10
11
11
// Externally observable
12
12
val cats = " 2.6.1"
13
- val catsEffect = " 3.2.3 "
13
+ val catsEffect = " 3.2.9 "
14
14
val microlibs = " 3.0.1"
15
15
val monocle2 = " 2.1.0"
16
16
val monocle3 = " 3.1.0"
@@ -27,7 +27,7 @@ object Dependencies {
27
27
val nyaya = " 0.11.0"
28
28
val reactJs = " 17.0.2"
29
29
val scalaJsJavaTime = " 1.0.0"
30
- val scalaTest = " 3.2.9 "
30
+ val scalaTest = " 3.2.10 "
31
31
val sizzleJs = " 2.3.0"
32
32
val univEq = " 1.6.0"
33
33
val utest = " 0.7.10"
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ libraryDependencies ++= Seq(
2
2
" org.scala-js" %% " scalajs-env-jsdom-nodejs" % " 1.1.0" ,
3
3
" org.scala-js" %% " scalajs-env-selenium" % " 1.1.1" )
4
4
5
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.30 " )
5
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.31 " )
6
6
addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2" )
7
7
addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.1.0" )
8
8
addSbtPlugin(" org.scala-js" % " sbt-jsdependencies" % " 1.0.2" )
9
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.0 " )
9
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.1 " )
10
10
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.10" )
11
11
12
12
// addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.10.0")
You can’t perform that action at this time.
0 commit comments