From 4c40a7e07e4e0dd7b8d87a675b3e55665fe388d9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 3 Sep 2025 15:26:14 +0000 Subject: [PATCH] Update weaver-cats to 0.10.1 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index fd77149..2e7cd01 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val CatsVersion = "2.12.0" -val WeaverCatsVersion = "0.8.4" +val WeaverCatsVersion = "0.10.1" ThisBuild / organization := "com.melvinlow" ThisBuild / organizationName := "Melvin Low" @@ -26,8 +26,8 @@ lazy val root = (project in file(".")) name := "formify", description := "Scala library to convert generic product types to form data", libraryDependencies ++= Seq( - "org.typelevel" %% "cats-core" % CatsVersion, - "com.disneystreaming" %% "weaver-cats" % WeaverCatsVersion % Test + "org.typelevel" %% "cats-core" % CatsVersion, + "org.typelevel" %% "weaver-cats" % WeaverCatsVersion % Test ), scalacOptions ++= Seq( "-encoding",