Skip to content

Commit

Permalink
Update expecty to 0.17.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 29, 2024
1 parent c4bb915 commit a0f7efa
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 @@ -16,7 +16,7 @@ object Deps {
def bouncycastle = ivy"org.bouncycastle:bcpg-jdk18on:1.78.1"
def caseApp = ivy"com.github.alexarchambault::case-app:2.1.0-M29"
def coursierPublish = ivy"io.get-coursier.publish:publish_2.13:0.1.6"
def expecty = ivy"com.eed3si9n.expecty::expecty:0.16.0"
def expecty = ivy"com.eed3si9n.expecty::expecty:0.17.0"
def jsoniterCore =
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:${Versions.jsoniterScala}"
def jsoniterMacros =
Expand Down

0 comments on commit a0f7efa

Please sign in to comment.