From a287d9f11e0d8b012dd2a3d6f050b37508366ba6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Jan 2025 21:12:25 +0000 Subject: [PATCH] Reformat with scalafmt 3.8.3 Executed command: scalafmt --non-interactive --- examples/interop-http4s/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/interop-http4s/build.sbt b/examples/interop-http4s/build.sbt index 3287077a3..2cc159389 100644 --- a/examples/interop-http4s/build.sbt +++ b/examples/interop-http4s/build.sbt @@ -3,8 +3,8 @@ val ZioJsonVersion = "0.1.3+8-6eb41b5a-SNAPSHOT" lazy val zioJsonHttp4sExample = (project in file(".")) .settings( - name := "zio-json-http4s-example", - version := "1.0", + name := "zio-json-http4s-example", + version := "1.0", scalaVersion := "2.13.5", scalacOptions ++= Seq("-Xlint:_"), // Only required when using a zio-json snapshot