From c089daff6c493636f30185362179d798d3f915e8 Mon Sep 17 00:00:00 2001 From: Jens Halm <3116929+jenshalm@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:04:59 +0100 Subject: [PATCH] release 0.19.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8096c1578..bf8b6db6f 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ import com.typesafe.tools.mima.core.{ ProblemFilters, DirectMissingMethodProblem import Dependencies._ lazy val basicSettings = Seq( - version := "0.19.4-SNAPSHOT", + version := "0.19.4", homepage := Some(new URL("https://typelevel.org/Laika/")), organization := "org.planet42", organizationHomepage := Some(new URL("http://typelevel.org")),