Skip to content

Commit

Permalink
chore(Dependencies) : update slick from 3.4.1 to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 8, 2024
1 parent 41acb31 commit 65231d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object Dependencies {
)

val algorithms: Seq[ModuleID] = Seq(
Artifact.catsCore % Version.cats,
Artifact.catsCore % Version.cats,
// A L G O R I T H M S T E S T
Artifact.scalaTest % Version.scalaTest % Test
)
Expand Down Expand Up @@ -547,7 +547,7 @@ object Dependencies {
val scalaCheck = "3.2.2.0"
val scalaJavaTime = "2.0.0"
val scalaTest = "3.2.14"
val slick = "3.4.1"
val slick = "3.5.0"
val slinky = "0.7.2"
val spark = "3.3.1"
val sttp = "3.5.1"
Expand Down

0 comments on commit 65231d8

Please sign in to comment.