Skip to content

Commit

Permalink
Update case-app to 2.1.0-M9 (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 14, 2021
1 parent 0fcd5ee commit cc04fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt.librarymanagement.syntax.ExclusionRule
object Dependencies {
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.69"
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.1"
val caseApp = "com.github.alexarchambault" %% "case-app" % "2.1.0-M8"
val caseApp = "com.github.alexarchambault" %% "case-app" % "2.1.0-M9"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.2.9"
val catsCore = "org.typelevel" %% "cats-core" % "2.6.1"
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
Expand Down

0 comments on commit cc04fcf

Please sign in to comment.