From f0778f062fa6020043fcfdbab873e1c963514e0a Mon Sep 17 00:00:00 2001 From: Ruslan Shevchenko Date: Mon, 2 Oct 2023 09:13:28 +0300 Subject: [PATCH] 0.9.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf27abc6..15c1edb3 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val dottyVersion = "3.3.1" -ThisBuild/version := "0.9.19-SNAPSHOT" +ThisBuild/version := "0.9.19" ThisBuild/versionScheme := Some("semver-spec") ThisBuild/resolvers ++= Opts.resolver.sonatypeOssSnapshots