From fb2f67f5abfc69028ffd11c0ec346253be9f3511 Mon Sep 17 00:00:00 2001 From: Michael Pilquist Date: Sat, 10 Feb 2024 09:27:07 -0500 Subject: [PATCH] Bump base version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de12e1e..2aee236 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import com.typesafe.tools.mima.core._ -ThisBuild / tlBaseVersion := "3.4" +ThisBuild / tlBaseVersion := "3.5" ThisBuild / organization := "com.comcast" ThisBuild / organizationName := "Comcast Cable Communications Management, LLC"