Skip to content

Commit

Permalink
Forgot to add the scalajs dep in sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Guisanpea committed Feb 8, 2022
1 parent 87a321a commit 8f7e941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -82,8 +82,8 @@ lazy val fs2 = crossProject(JVMPlatform, JSPlatform)
"io.circe" %%% "circe-jawn" % circeVersion,
"io.circe" %%% "circe-generic" % circeVersion % Test,
"io.circe" %%% "circe-testing" % circeVersion % Test,
"org.scalameta" %% "munit-scalacheck" % munitVersion % Test,
"org.typelevel" %% "scalacheck-effect-munit" % scalacheckEffectVersion % Test,
"org.scalameta" %%% "munit-scalacheck" % munitVersion % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % scalacheckEffectVersion % Test,
"org.typelevel" %%% "munit-cats-effect-3" % munitEffectVersion % Test,
"org.typelevel" %%% "jawn-parser" % jawnVersion
),
Expand Down

0 comments on commit 8f7e941

Please sign in to comment.