Skip to content

Commit

Permalink
Upgrade cats, cats-effect, doobie
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishg committed Nov 9, 2023
1 parent e6082b9 commit 28be291
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/versions.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Versions {
val catsVersion = "2.7.0"
val catsEffectVersion = "3.3.9"
val catsMtlVersion = "1.2.0"
val catsVersion = "2.10.0"
val catsEffectVersion = "3.5.2"
val catsMtlVersion = "1.4.0"
val macroParadiseVersion = "2.1.1"
val kindProjectorVersion = "0.13.2"
val scalaVersion = "2.13.12"
Expand All @@ -10,7 +10,7 @@ object Versions {
val silencerVersion = "1.4.4"
val log4j2Version = "2.13.1"
val pureconfigVersion = "0.12.1"
val doobieVersion = "0.8.8"
val doobieVersion = "1.0.0-RC4"
val newtypeVersion = "0.4.4"
val refinedVersion = "0.9.28"
val squantsVersion = "1.8.3"
Expand Down

0 comments on commit 28be291

Please sign in to comment.