Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomko committed Apr 2, 2024
1 parent 7ab6d81 commit af2354c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val artifactId = "poolq"

inThisBuild(
List(
scalaVersion := "3.3.1",
scalaVersion := "3.3.3",
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
versionScheme := Some("early-semver")
Expand All @@ -11,18 +11,18 @@ inThisBuild(

lazy val versions = new {
val betterFiles = "3.9.2"
val catsEffect3 = "3.5.3"
val catsEffect3 = "3.5.4"
val cats = "2.10.0"
val commonsIo = "2.15.1"
val commonsIo = "2.16.0"
val commonsText = "1.11.0"
val commonsMath3 = "3.6.1"
val fastutil = "8.5.13"
val fs2 = "3.9.4"
val fs2 = "3.10.2"
val log4s = "1.10.0"
val logback = "1.2.13"
val munit = "0.7.29"
val munitCatsEffect3 = "1.0.7"
val samTools = "3.0.5"
val samTools = "4.1.0"
val scalaCheck = "1.17.0"
val scalaCsv = "1.3.10"
val scalaTest = "3.2.18"
Expand Down

0 comments on commit af2354c

Please sign in to comment.