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 90300d1 commit 38a2601
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 @@ -38,8 +38,8 @@ lazy val coreSettings = Seq(
libraryDependencies += "org.typelevel" %%% "cats-mtl" % "1.3.1",
libraryDependencies += "org.typelevel" %%% "mouse" % "1.2.1",
libraryDependencies += "org.typelevel" %%% "kittens" % "3.0.0",
libraryDependencies += "org.typelevel" %%% "cats-tagless" % "0.15.0",
libraryDependencies += "org.typelevel" %%% "cats-collections" % "0.9.7",
// libraryDependencies += "org.typelevel" %%% "cats-tagless" % "0.15.0",
// libraryDependencies += "org.typelevel" %%% "cats-collections" % "0.9.7",

libraryDependencies += "co.fs2" %%% "fs2-core" % "3.8.0",
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.0" % "test",
Expand Down

0 comments on commit 38a2601

Please sign in to comment.