Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 32a3c0b

Browse files
committed
Upgrades
Signed-off-by: Carlos Quiroz <[email protected]>
1 parent c26df3b commit 32a3c0b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
## 0.11.0
4+
5+
* Upgrade to react-common 0.11.0
6+
* Upgrade to scalajs 1.3.0
7+
38
## 0.10.0
49

510
* Upgrade to react-common 0.10.0

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ lazy val facade =
9797
libraryDependencies ++= Seq(
9898
"com.github.japgolly.scalajs-react" %%% "core" % scalaJsReact,
9999
"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",
103103
"org.scalameta" %%% "munit" % "0.7.14" % Test,
104104
"org.typelevel" %%% "cats-core" % "2.2.0" % Test
105105
),

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
val scalaJSVersion =
2-
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.2.0")
2+
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.3.0")
33

44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
55

6-
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.19.0")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
77

88
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
99

0 commit comments

Comments
 (0)