This repository was archived by the owner on Mar 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## 0.11.0
4
+
5
+ * Upgrade to react-common 0.11.0
6
+ * Upgrade to scalajs 1.3.0
7
+
3
8
## 0.10.0
4
9
5
10
* Upgrade to react-common 0.10.0
Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ lazy val facade =
97
97
libraryDependencies ++= Seq (
98
98
" com.github.japgolly.scalajs-react" %%% " core" % scalaJsReact,
99
99
" com.github.japgolly.scalajs-react" %%% " test" % scalaJsReact % " test" ,
100
- " io.github.cquiroz.react" %%% " common" % " 0.10 .0" ,
101
- " io.github.cquiroz.react" %%% " test" % " 0.10 .0" % Test ,
102
- " io.github.cquiroz.react" %%% " cats" % " 0.10 .0" ,
100
+ " io.github.cquiroz.react" %%% " common" % " 0.11 .0" ,
101
+ " io.github.cquiroz.react" %%% " test" % " 0.11 .0" % Test ,
102
+ " io.github.cquiroz.react" %%% " cats" % " 0.11 .0" ,
103
103
" org.scalameta" %%% " munit" % " 0.7.14" % Test ,
104
104
" org.typelevel" %%% " cats-core" % " 2.2.0" % Test
105
105
),
Original file line number Diff line number Diff line change 1
1
val scalaJSVersion =
2
- Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 1.2 .0" )
2
+ Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 1.3 .0" )
3
3
4
4
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
5
5
6
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.19 .0" )
6
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.20 .0" )
7
7
8
8
addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.3" )
9
9
You can’t perform that action at this time.
0 commit comments