From 3fc6e13cfd228367511c66bd92780a2a5b8ef0e3 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Wed, 18 Oct 2023 22:18:34 +0100 Subject: [PATCH] Update chen Signed-off-by: Prabhu Subramanian --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a5cc510..b4989a0 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ ThisBuild / organization := "io.appthreat" ThisBuild / version := "1.5.0" ThisBuild / scalaVersion := "3.3.1" -val chenVersion = "0.0.17" +val chenVersion = "0.0.19" lazy val atom = Projects.atom