Skip to content

Commit e394b8f

Browse files
committed
Update weaver-cats to 0.9.2
1 parent 35aef11 commit e394b8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val CatsVersion = "2.12.0"
2-
val WeaverCatsVersion = "0.8.4"
2+
val WeaverCatsVersion = "0.9.2"
33

44
ThisBuild / organization := "com.melvinlow"
55
ThisBuild / organizationName := "Melvin Low"
@@ -26,8 +26,8 @@ lazy val root = (project in file("."))
2626
name := "formify",
2727
description := "Scala library to convert generic product types to form data",
2828
libraryDependencies ++= Seq(
29-
"org.typelevel" %% "cats-core" % CatsVersion,
30-
"com.disneystreaming" %% "weaver-cats" % WeaverCatsVersion % Test
29+
"org.typelevel" %% "cats-core" % CatsVersion,
30+
"org.typelevel" %% "weaver-cats" % WeaverCatsVersion % Test
3131
),
3232
scalacOptions ++= Seq(
3333
"-encoding",

0 commit comments

Comments
 (0)