Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperFKorban authored Mar 27, 2024
1 parent cc2b692 commit 4014977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ val scala3 = "3.3.3"

val commonSettings = Seq(
organization := "io.github.kacperfkorban",
description := "Automatic UI for from Scala 3 functions",
description := "Automatic UI forms for Scala 3 functions",
homepage := Some(url("https://github.com/KacperFKorban/GUInep")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List(

0 comments on commit 4014977

Please sign in to comment.