Skip to content

Commit

Permalink
Merge pull request #1 from valencik/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
valencik authored May 25, 2022
2 parents 4f50f8e + 3b68c44 commit 24aaba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ ThisBuild / crossScalaVersions := Seq(Scala213, "3.1.1")
ThisBuild / scalaVersion := Scala213 // the default Scala

val catsV = "2.7.0"
val catsEffectV = "3.3.9"
val catsEffectV = "3.3.12"
val fs2V = "3.2.7"
val munitCatsEffectV = "1.0.7"
val luceneV = "9.1.0"
val luceneV = "9.2.0"

lazy val root = tlCrossRootProject.aggregate(core, lucene)

Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.9")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.9")

0 comments on commit 24aaba9

Please sign in to comment.