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

Commit

Permalink
Merge pull request #94 from scala-steward/update/common-0.9.4
Browse files Browse the repository at this point in the history
Update common, test to 0.9.4
  • Loading branch information
mergify[bot] authored Jul 7, 2020
2 parents e2f4e24 + ce6f8e8 commit 961a2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ lazy val facade =
libraryDependencies ++= Seq(
"com.github.japgolly.scalajs-react" %%% "core" % scalaJsReact,
"com.github.japgolly.scalajs-react" %%% "test" % scalaJsReact % Test,
"io.github.cquiroz.react" %%% "common" % "0.9.3",
"io.github.cquiroz.react" %%% "test" % "0.9.3" % Test,
"io.github.cquiroz.react" %%% "common" % "0.9.4",
"io.github.cquiroz.react" %%% "test" % "0.9.4" % Test,
"com.lihaoyi" %%% "utest" % "0.7.4" % Test,
"org.typelevel" %%% "cats-core" % "2.1.1" % Test
),
Expand Down

0 comments on commit 961a2fa

Please sign in to comment.