Skip to content

Commit 00cf92d

Browse files
authored
Merge pull request #992 from japgolly/topic/deps
Upgrade deps (except for Scala 3)
2 parents 78336c6 + 07d3a54 commit 00cf92d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/changelog/2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ You can run the script in the Migration section at the bottom of the page to aut
359359
* `Callback.debounce(duration): Callback`
360360
* `ReactTestUtils` is now a `trait` as well as an `object` so that you can mix it into your own test utils collection
361361
* Upgrade deps
362-
* Cats-effect to 3.2.3
362+
* Cats-effect to 3.2.9
363363
364364
365365
# Thanks

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
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.3"
13+
val catsEffect = "3.2.9"
1414
val microlibs = "3.0.1"
1515
val monocle2 = "2.1.0"
1616
val monocle3 = "3.1.0"
@@ -27,7 +27,7 @@ object Dependencies {
2727
val nyaya = "0.11.0"
2828
val reactJs = "17.0.2"
2929
val scalaJsJavaTime = "1.0.0"
30-
val scalaTest = "3.2.9"
30+
val scalaTest = "3.2.10"
3131
val sizzleJs = "2.3.0"
3232
val univEq = "1.6.0"
3333
val utest = "0.7.10"

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ libraryDependencies ++= Seq(
22
"org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0",
33
"org.scala-js" %% "scalajs-env-selenium" % "1.1.1")
44

5-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.30")
5+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
66
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
77
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
88
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")
1010
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
1111

1212
// addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.10.0")

0 commit comments

Comments
 (0)