Skip to content

Commit

Permalink
Droste added
Browse files Browse the repository at this point in the history
  • Loading branch information
horothesun committed Mar 24, 2024
1 parent f2ae8b4 commit 991c888
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ val fs2Version = "3.10.0"

val catsParseVersion = "1.0.0"

val drosteVersion = "0.9.0"

val munitVersion = "0.7.29"

val disciplineMunitVersion = "1.0.9"
Expand All @@ -23,6 +25,7 @@ lazy val root = project
"org.typelevel" %% "kittens" % kittensVersion,
"co.fs2" %% "fs2-core" % fs2Version,
"org.typelevel" %% "cats-parse" % catsParseVersion,
"io.higherkindness" %% "droste-core" % drosteVersion,
"org.typelevel" %% "cats-laws" % catsVersion % Test,
"org.scalameta" %% "munit" % munitVersion % Test,
"org.scalameta" %% "munit-scalacheck" % munitVersion % Test,
Expand Down

0 comments on commit 991c888

Please sign in to comment.