This repository was archived by the owner on Feb 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## 0.9.0
4
+
5
+ * Add Accordion
6
+ * Update to scala.js 1.3.0
7
+
3
8
## 0.8.0
4
9
5
10
* Add LabelGroup
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ lazy val facade =
139
139
" com.github.japgolly.scalajs-react" %%% " core" % scalaJsReact,
140
140
" com.github.japgolly.scalajs-react" %%% " extra" % scalaJsReact,
141
141
" com.github.japgolly.scalajs-react" %%% " test" % scalaJsReact % Test ,
142
- " io.github.cquiroz.react" %%% " common" % " 0.10 .0" ,
142
+ " io.github.cquiroz.react" %%% " common" % " 0.11 .0" ,
143
143
" org.scalameta" %%% " munit" % " 0.7.14" % Test ,
144
144
" com.lihaoyi" %%% " utest" % " 0.7.5" % Test ,
145
145
" org.typelevel" %%% " cats-core" % " 2.2.0" % Test
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.2 .0" )
1
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.3 .0" )
2
2
3
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.19 .0" )
3
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.20 .0" )
4
4
5
5
addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.3" )
6
6
You can’t perform that action at this time.
0 commit comments