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

Commit b1c833d

Browse files
committed
Update cats, common, test to 0.11.3
1 parent a88d564 commit b1c833d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.2",
101-
"io.github.cquiroz.react" %%% "test" % "0.11.2" % Test,
102-
"io.github.cquiroz.react" %%% "cats" % "0.11.2",
100+
"io.github.cquiroz.react" %%% "common" % "0.11.3",
101+
"io.github.cquiroz.react" %%% "test" % "0.11.3" % Test,
102+
"io.github.cquiroz.react" %%% "cats" % "0.11.3",
103103
"org.scalameta" %%% "munit" % "0.7.20" % Test,
104104
"org.typelevel" %%% "cats-core" % "2.3.1" % Test
105105
),

0 commit comments

Comments
 (0)