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

Commit afdadb0

Browse files
committed
next version
Signed-off-by: Carlos Quiroz <[email protected]>
1 parent 25b98ca commit afdadb0

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ yarn.lock
1212
facade/yarn.lock
1313
travis/secrets.tar
1414
project/metals.sbt
15+
.bsp/
16+
.hydra/
17+
project/project/

CHANGELOG.md

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

3+
## 0.11.2
4+
5+
* Upgrade to react-common 0.11.2
6+
* Upgrade to scalajs-react 1.7.7
7+
* Upgrade to cats 2.3.0
8+
39
## 0.11.1
410

511
* Upgrade to react-common 0.11.1

build.sbt

Lines changed: 4 additions & 4 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.1",
101-
"io.github.cquiroz.react" %%% "test" % "0.11.1" % Test,
102-
"io.github.cquiroz.react" %%% "cats" % "0.11.1",
100+
"io.github.cquiroz.react" %%% "common" % "0.11.2",
101+
"io.github.cquiroz.react" %%% "test" % "0.11.2" % Test,
102+
"io.github.cquiroz.react" %%% "cats" % "0.11.2",
103103
"org.scalameta" %%% "munit" % "0.7.19" % Test,
104104
"org.typelevel" %%% "cats-core" % "2.3.0" % Test
105105
),
@@ -108,7 +108,7 @@ lazy val facade =
108108
)
109109

110110
lazy val commonSettings = Seq(
111-
scalaVersion := "2.13.3",
111+
scalaVersion := "2.13.4",
112112
organization := "io.github.cquiroz.react",
113113
sonatypeProfileName := "io.github.cquiroz",
114114
description := "scala.js facade for react-virtualized",

0 commit comments

Comments
 (0)