Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
jjba23 committed Sep 30, 2024
1 parent 62bd068 commit da1ca9c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ThisBuild / sonatypeCredentialHost := sonatypeCentralHost

ThisBuild / publishTo := sonatypePublishToBundle.value

ThisBuild / version := "0.8.6"
ThisBuild / version := "0.8.7"

name := "zzspec"

Expand All @@ -25,3 +25,11 @@ val zzspec = project
libraryDependencies ++= zzspecDependencies,
dependencyOverrides ++= zzspecDependencyOverrides
)

ThisBuild / publishMavenStyle := true

ThisBuild / licenses := Seq(
"LGPL3" -> url("https://www.gnu.org/licenses/lgpl-3.0.en.html")
)

ThisBuild / sonatypeProfileName := "io.github.jjba23"

0 comments on commit da1ca9c

Please sign in to comment.