From 5e56813fe22911bfa6f6631cfc12e14692989209 Mon Sep 17 00:00:00 2001
From: Scala Steward <scala_steward@virtuslab.com>
Date: Thu, 2 Jan 2025 15:07:11 +0000
Subject: [PATCH] Update expecty to 0.17.0

---
 build.mill | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.mill b/build.mill
index 5e9f3e2a..88bcc3d6 100644
--- a/build.mill
+++ b/build.mill
@@ -25,7 +25,7 @@ object Deps {
   val geny = ivy"com.lihaoyi::geny::1.1.1"
   val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
   val utest = ivy"com.lihaoyi::utest::0.8.4"
-  val expecty = ivy"com.eed3si9n.expecty::expecty::0.16.0"
+  val expecty = ivy"com.eed3si9n.expecty::expecty::0.17.0"
   def scalaReflect(scalaVersion: String) = ivy"org.scala-lang:scala-reflect:$scalaVersion"
   def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
 }