Skip to content

Commit

Permalink
Define versionScheme
Browse files Browse the repository at this point in the history
  • Loading branch information
kyri-petrou committed Nov 5, 2024
1 parent e3a0afd commit 3238fdb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Global / onChangedBuildSource := ReloadOnSourceChanges

inThisBuild(
List(
organization := "dev.zio",
homepage := Some(url("https://zio.dev/zio-config/")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
organization := "dev.zio",
homepage := Some(url("https://zio.dev/zio-config/")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
Developer(
"afsalthaj",
"Afsal Thaj",
Expand All @@ -22,7 +22,8 @@ inThisBuild(
"john@degoes.net",
url("http://degoes.net")
)
)
),
versionScheme := Some("early-semver")
)
)

Expand Down

0 comments on commit 3238fdb

Please sign in to comment.