Skip to content

Commit

Permalink
Add catsParseV
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik committed Nov 19, 2021
1 parent 25dde18 commit 1b3f38c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ThisBuild / scalaVersion := Scala213
ThisBuild / testFrameworks += new TestFramework("munit.Framework")

val catsV = "2.6.1"
val catsParseV = "0.3.5"
val http4sV = "0.23.6"
val munitCatsEffectV = "1.0.6"

Expand All @@ -32,7 +33,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
// "co.fs2" %% "fs2-io" % fs2V,

"org.http4s" %%% "http4s-core" % http4sV,
"org.typelevel" %%% "cats-parse" % "0.3.5",
"org.typelevel" %%% "cats-parse" % catsParseV,
// "org.http4s" %% "http4s-ember-server" % http4sV,
// "org.http4s" %% "http4s-ember-client" % http4sV,
// "org.http4s" %% "http4s-circe" % http4sV,
Expand Down

0 comments on commit 1b3f38c

Please sign in to comment.