From 42ebcc7692bb92e0f367a7e74e65ac4b5a354bfa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Oct 2023 16:08:24 +0000 Subject: [PATCH] Update flow-plugin-base, flow-server to 24.1.14 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 04588e6..241815b 100644 --- a/build.sc +++ b/build.sc @@ -22,7 +22,7 @@ trait Deps { def scalaVersion: String = "2.13.12" def testWithMill: Seq[String] - val vaadinFlowVersion = "23.3.21" + val vaadinFlowVersion = "24.1.14" val logbackClassic = ivy"ch.qos.logback:logback-classic:1.1.3" val millMainApi = ivy"com.lihaoyi::mill-main-api:${millVersion}"