Skip to content

Commit

Permalink
Merge pull request #350 from Kevin-Lee/task/340/upgrade-effectie-logg…
Browse files Browse the repository at this point in the history
…er-f

Issue #340 - Upgrade effectie and logger-f to 2.0.0-beta1
  • Loading branch information
kevin-lee authored May 2, 2022
2 parents 689e995 + 5a8012f commit d8cfc63
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 @@ -167,8 +167,8 @@ lazy val props =

final val extrasCatsVersion = "0.13.0"

final val effectieVersion = "2.0.0-SNAPSHOT"
final val loggerFVersion = "2.0.0-SNAPSHOT"
final val effectieVersion = "2.0.0-beta1"
final val loggerFVersion = "2.0.0-beta1"

final val refinedVersion = "0.9.27"

Expand Down Expand Up @@ -215,7 +215,7 @@ lazy val libs =
lazy val effectie = "io.kevinlee" %% "effectie-cats-effect" % props.effectieVersion

lazy val loggerF = List(
"io.kevinlee" %% "logger-f-cats-effect" % props.loggerFVersion,
"io.kevinlee" %% "logger-f-cats" % props.loggerFVersion,
"io.kevinlee" %% "logger-f-sbt-logging" % props.loggerFVersion,
)

Expand Down

0 comments on commit d8cfc63

Please sign in to comment.