From 56926ccde065bc60283c73da3d90d78fd96b96bd Mon Sep 17 00:00:00 2001 From: Michael Bryzek Date: Sun, 5 May 2024 17:26:34 -0400 Subject: [PATCH] autocommit: Update configuration to record version 0.10.19 --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index f0c37331..ecff803f 100644 --- a/build.sbt +++ b/build.sbt @@ -223,3 +223,4 @@ lazy val commonSettings: Seq[Setting[_]] = Seq( Compile / doc / sources := Seq.empty, Compile / packageDoc / publishArtifact := false, ) +version := "0.10.19"