Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Adam <kamil.adam.zabinski@gmail.com>
  • Loading branch information
kamil-adam authored Aug 11, 2023
1 parent 730d687 commit a42ca14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ lazy val coreSettings = Seq(
"org.typelevel" %%% "cats-testkit" % catsVersion,
"org.typelevel" %%% "algebra" % catsVersion,
),

libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-effect" % catsEffectVersion,
"org.typelevel" %%% "cats-effect-kernel" % catsEffectVersion,
"org.typelevel" %%% "cats-effect-laws" % catsEffectVersion % Test
),

libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-mtl" % "1.3.1",
"org.typelevel" %%% "kittens" % "3.0.0",
Expand Down

0 comments on commit a42ca14

Please sign in to comment.