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

Commit 6ee888b

Browse files
committed
Next version
Signed-off-by: Carlos Quiroz <[email protected]>
1 parent c9de744 commit 6ee888b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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.1
4+
5+
* Upgrade to react-common 0.11.1
6+
* Upgrade to scalajs-react 1.7.6
7+
38
## 0.11.0
49

510
* Upgrade to react-common 0.11.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.11.0",
101-
"io.github.cquiroz.react" %%% "test" % "0.11.0" % Test,
102-
"io.github.cquiroz.react" %%% "cats" % "0.11.0",
100+
"io.github.cquiroz.react" %%% "common" % "0.11.1",
101+
"io.github.cquiroz.react" %%% "test" % "0.11.1" % Test,
102+
"io.github.cquiroz.react" %%% "cats" % "0.11.1",
103103
"org.scalameta" %%% "munit" % "0.7.15" % Test,
104104
"org.typelevel" %%% "cats-core" % "2.2.0" % Test
105105
),

0 commit comments

Comments
 (0)