Skip to content

Commit

Permalink
Use formless 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdziuban committed Mar 27, 2024
1 parent 49c69e6 commit 1cea4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ lazy val root = project.in(file("."))

lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.10.0")
lazy val circe = "io.circe" %% "circe-core" % "0.14.6"
lazy val formless = Def.setting("com.bondlink" %%% "formless" % "0.3.0-RC1")
lazy val formless = Def.setting("com.bondlink" %%% "formless" % "0.3.0")
lazy val json4s = "org.json4s" %% "json4s-jackson" % "4.0.7"
lazy val playJson = "org.playframework" %% "play-json" % "3.0.2"
lazy val shapeless = Def.setting("com.chuusai" %%% "shapeless" % "2.3.10")
Expand Down

0 comments on commit 1cea4bd

Please sign in to comment.