Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomko committed Apr 18, 2024
1 parent 2c264ce commit e291cf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ lazy val versions = new {
val betterFiles = "3.9.2"
val catsEffect3 = "3.5.4"
val cats = "2.10.0"
val commonsIo = "2.16.0"
val commonsText = "1.11.0"
val commonsIo = "2.16.1"
val commonsText = "1.12.0"
val commonsMath3 = "3.6.1"
val fastutil = "8.5.13"
val fs2 = "3.10.2"
Expand All @@ -23,7 +23,7 @@ lazy val versions = new {
val munit = "0.7.29"
val munitCatsEffect3 = "1.0.7"
val samTools = "4.1.0"
val scalaCheck = "1.17.0"
val scalaCheck = "1.18.0"
val scalaCsv = "1.3.10"
val scalaTest = "3.2.18"
val scalaTestPlusScalaCheck = "3.2.18.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")

0 comments on commit e291cf7

Please sign in to comment.