Skip to content

Commit

Permalink
Update cats-mtl to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 1, 2023
1 parent db4444f commit 1b6b57b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lazy val versions = new {
val scalaTestScalaCheck = "3.2.9.0"
val cats = "2.7.0"
val catsEffect = "3.3.4"
val catsMtl = "1.2.1"
val catsMtl = "1.3.1"
val sourcecode = "0.2.7"
val monix = "3.4.0"
val magnoliaScala2 = "0.17.0"
Expand Down Expand Up @@ -262,7 +262,6 @@ lazy val scalac212Options = Seq(
"-Ywarn-unused:privates" // Warn if a private member is unused.
)


lazy val scalac213Options = Seq(
"-Werror",
"-Wdead-code",
Expand Down

0 comments on commit 1b6b57b

Please sign in to comment.