Skip to content

Commit d3b732b

Browse files
chore: update organization name in build.sbt
Update organizationName from "WorldWide Conferencing, LLC" to "Lift Committers and Contributors" to match the copyright attribution updates across the codebase. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 083571d commit d3b732b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ThisBuild / version := "4.0.0-SNAPSHOT"
66
ThisBuild / homepage := Some(url("https://www.liftweb.net"))
77
ThisBuild / licenses += ("Apache License, Version 2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt"))
88
ThisBuild / startYear := Some(2006)
9-
ThisBuild / organizationName := "WorldWide Conferencing, LLC"
9+
ThisBuild / organizationName := "Lift Committers and Contributors"
1010

1111
val scala213Version = "2.13.18"
1212
val scala3LTSVersion = "3.3.7"

0 commit comments

Comments
 (0)