From bb6d719fce600fd7b444a0a5bb21a954ede630bf Mon Sep 17 00:00:00 2001 From: Shane Walker Date: Mon, 2 Dec 2024 17:52:10 -0300 Subject: [PATCH] update build.sbt --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d87deebfa..8b845c9ac 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,6 @@ val lucumaCatalogVersion = "0.48.9" val lucumaItcVersion = "0.24.1" val lucumaCoreVersion = "0.110.0" val lucumaGraphQLRoutesVersion = "0.8.15" -val lucumaSsoVersion = "0.6.29" val lucumaSsoVersion = "0.7.0" val munitVersion = "0.7.29" // check test output if you attempt to update this val munitCatsEffectVersion = "1.0.7" // check test output if you attempt to update this @@ -33,7 +32,7 @@ val pprintVersion = "0.9.0" val skunkVersion = "0.6.4" val testcontainersScalaVersion = "0.40.14" // check test output if you attempt to update this -ThisBuild / tlBaseVersion := "0.16" +ThisBuild / tlBaseVersion := "0.17" ThisBuild / scalaVersion := "3.5.1" ThisBuild / crossScalaVersions := Seq("3.5.1")