Skip to content

Commit

Permalink
Specify catsEffectV explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik committed Nov 19, 2021
1 parent 1b3f38c commit 84b80b2
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 catsEffectV = "3.2.9"
val catsParseV = "0.3.5"
val http4sV = "0.23.6"
val munitCatsEffectV = "1.0.6"
Expand All @@ -27,7 +28,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)

libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % catsV,
// "org.typelevel" %% "cats-effect" % catsEffectV,
"org.typelevel" %%% "cats-effect" % catsEffectV,

// "co.fs2" %% "fs2-core" % fs2V,
// "co.fs2" %% "fs2-io" % fs2V,
Expand Down

0 comments on commit 84b80b2

Please sign in to comment.