Skip to content

Commit

Permalink
Merge pull request #588 from scala-steward/update/data-class-0.2.7
Browse files Browse the repository at this point in the history
Update data-class to 0.2.7
  • Loading branch information
scala-steward authored Feb 9, 2025
1 parent 6ace8b8 commit a9f7fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Versions {
object Deps {
def catsEffect = ivy"org.typelevel::cats-effect::3.5.7"
def catsEffect2 = ivy"org.typelevel::cats-effect::2.5.5"
def dataClass = ivy"io.github.alexarchambault::data-class:0.2.6"
def dataClass = ivy"io.github.alexarchambault::data-class:0.2.7"
def macroParadise = ivy"org.scalamacros:::paradise:2.1.1"
def mdoc = ivy"org.scalameta::mdoc:2.6.3"
def osLib = ivy"com.lihaoyi::os-lib::0.10.7"
Expand Down

0 comments on commit a9f7fd8

Please sign in to comment.