From ecfbaf459af23ed5981aa3b030425f67dece7f9e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Apr 2025 16:46:16 +0000 Subject: [PATCH] Reformat with scalafmt 3.9.5 Executed command: scalafmt --non-interactive Signed-off-by: Scala Steward --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7dd1671..2c8f185 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ lazy val root = (project in file(".")).settings( List( organization := "com.example", scalaVersion := "3.6.4", - version := "0.2.1-snapshot", + version := "0.2.1-snapshot" // semanticdbEnabled := true, // semanticdbVersion := scalafixSemanticdb.revision