Skip to content

Commit

Permalink
update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
swalker2m committed Dec 2, 2024
1 parent d467f59 commit bb6d719
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")

Expand Down

0 comments on commit bb6d719

Please sign in to comment.