Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Nov 4, 2021
1 parent 89ed6ab commit 256cdd4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions doc/history/1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
* Upgrade scalajs-dom to 2.0.0
* [`ext-react` module] Upgrade scalajs-react to 2.0.0-RC4
* [`ext-scalatags` module] Upgrade scalatags to 0.10.0


# 1.0.0 ([commit log](https://github.com/japgolly/scalacss/compare/v1.0.0-RC2..v1.0.0))

* [`ext-react` module] Upgrade scalajs-react to 2.0.0
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ object Dependencies {
val scala2 = "2.13.6"
val scala3 = "3.0.1"
val scalaJsDom = "2.0.0"
val scalaJsReact = "2.0.0-RC4"
val scalaJsReact = "2.0.0"
val scalatags = "0.10.0"
val univEq = "2.0.0"

// Internal
val cats = "2.6.1"
val microlibs = "4.0.0"
val nyaya = "0.11.0"
val nyaya = "1.0.0"
val reactJs = "17.0.2"
val utest = "0.7.10"
}
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.0.0-SNAPSHOT"
ThisBuild / version := "1.0.0-SNAPSHOT"

0 comments on commit 256cdd4

Please sign in to comment.