Skip to content

Commit

Permalink
Merge pull request #126 from valencik/build-clean
Browse files Browse the repository at this point in the history
Minor build.sbt cleaning
  • Loading branch information
valencik authored Jul 12, 2023
2 parents cbc2fd1 + b57d846 commit 535126b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ val catsV = "2.9.0"
val catsEffectV = "3.5.1"
val fs2V = "3.7.0"
val luceneV = "9.7.0"
val munitV = "1.0.0-M6"
val munitCatsEffectV = "2.0.0-M3"

lazy val root = tlCrossRootProject.aggregate(lucene, example, unidocs, benchmarks)
Expand All @@ -42,6 +41,7 @@ lazy val lucene = project
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % catsV,
"org.typelevel" %% "cats-effect" % catsEffectV,
"org.typelevel" %% "cats-effect-kernel" % catsEffectV,
"co.fs2" %% "fs2-core" % fs2V,
"co.fs2" %% "fs2-io" % fs2V,
"org.apache.lucene" % "lucene-core" % luceneV,
Expand Down

0 comments on commit 535126b

Please sign in to comment.