We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35aef11 commit e394b8fCopy full SHA for e394b8f
build.sbt
@@ -1,5 +1,5 @@
1
val CatsVersion = "2.12.0"
2
-val WeaverCatsVersion = "0.8.4"
+val WeaverCatsVersion = "0.9.2"
3
4
ThisBuild / organization := "com.melvinlow"
5
ThisBuild / organizationName := "Melvin Low"
@@ -26,8 +26,8 @@ lazy val root = (project in file("."))
26
name := "formify",
27
description := "Scala library to convert generic product types to form data",
28
libraryDependencies ++= Seq(
29
- "org.typelevel" %% "cats-core" % CatsVersion,
30
- "com.disneystreaming" %% "weaver-cats" % WeaverCatsVersion % Test
+ "org.typelevel" %% "cats-core" % CatsVersion,
+ "org.typelevel" %% "weaver-cats" % WeaverCatsVersion % Test
31
),
32
scalacOptions ++= Seq(
33
"-encoding",
0 commit comments