From 9fd9158b85e27595385453b45a29a6983828ddaa Mon Sep 17 00:00:00 2001 From: Michael Bryzek Date: Thu, 11 Jul 2024 11:18:35 -0400 Subject: [PATCH] autocommit: Update configuration to record version 0.5.1 --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 3b5b4c4..8c36f5d 100644 --- a/build.sbt +++ b/build.sbt @@ -28,3 +28,4 @@ lazy val root = project ), scalacOptions ++= allScalacOptions, ) +version := "0.5.1"