From 74c7f9e6387a4c63f67c023da0f823881cf37095 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Jun 2025 12:36:32 +0000 Subject: [PATCH] Update weaver-cats to 0.9.1 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 183548d..ea36e9a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val CatsVersion = "2.12.0" -val WeaverCatsVersion = "0.8.4" +val WeaverCatsVersion = "0.9.1" ThisBuild / organization := "com.melvinlow" ThisBuild / organizationName := "Melvin Low" @@ -26,8 +26,8 @@ lazy val root = (project in file(".")) name := "hammer", description := "Scala library to hammer one ADT to another.", libraryDependencies ++= Seq( - "org.typelevel" %% "cats-core" % CatsVersion % Test, - "com.disneystreaming" %% "weaver-cats" % WeaverCatsVersion % Test + "org.typelevel" %% "cats-core" % CatsVersion % Test, + "org.typelevel" %% "weaver-cats" % WeaverCatsVersion % Test ), scalacOptions ++= Seq( "-encoding",