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

Commit a3f6a6b

Browse files
authored
Merge pull request #64 from scala-steward/update/common-0.3.5
Update common to 0.3.5
2 parents 462bdd5 + 5f20216 commit a3f6a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ lazy val facade =
130130
libraryDependencies ++= Seq(
131131
"com.github.japgolly.scalajs-react" %%% "core" % scalaJsReact,
132132
"com.github.japgolly.scalajs-react" %%% "extra" % scalaJsReact,
133-
"io.github.cquiroz.react" %%% "common" % "0.3.3",
133+
"io.github.cquiroz.react" %%% "common" % "0.3.5",
134134
"com.github.japgolly.scalajs-react" %%% "test" % scalaJsReact % Test,
135135
"com.lihaoyi" %%% "utest" % "0.7.2" % Test,
136136
"org.typelevel" %%% "cats-core" % "2.1.0" % Test

0 commit comments

Comments
 (0)