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 e49c680 commit 203ba43Copy full SHA for 203ba43
shared/src/main/scala/org/mdedetrich/webmodels/Problem.scala
@@ -27,7 +27,7 @@ import io.circe.JsonObject
27
* aren't part of the standard
28
*/
29
final case class Problem(`type`: String,
30
- title: Option[String],
+ title: Option[String] = None,
31
status: Option[Int] = None,
32
detail: Option[String] = None,
33
instance: Option[String] = None,
version.sbt
@@ -1 +1 @@
1
-version in ThisBuild := "0.8.0"
+version in ThisBuild := "0.8.1"
0 commit comments