Skip to content

Commit

Permalink
Merge pull request #348 from kevin-lee/upgrade-libs
Browse files Browse the repository at this point in the history
Update cats-effect, effectie and logger-f versions
  • Loading branch information
kevin-lee authored Jul 16, 2023
2 parents d9237cc + 36fa6ae commit 04f3851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ lazy val props =
val ProjectScalaVersion = Scala2Version

val CatsVersion = "2.9.0"
val CatsEffectVersion = "3.4.10"
val CatsEffectVersion = "3.5.1"

val HedgehogVersion = "0.10.1"

// val canEqualVersion = "0.1.0"

val EffectieVersion = "2.0.0-beta9"
val LoggerFVersion = "2.0.0-beta12"
val EffectieVersion = "2.0.0-beta10"
val LoggerFVersion = "2.0.0-beta15"

val PirateVersion = "a3415ad22371820a8c03b62ce9d3e4f467575681"
val pirateUri = uri(s"https://github.com/$GitHubUsername/pirate.git#$PirateVersion")
Expand Down

0 comments on commit 04f3851

Please sign in to comment.