Skip to content

Commit

Permalink
Merge pull request #1345 from mschuwalow/patch-1
Browse files Browse the repository at this point in the history
Set versionScheme in build.sbt
  • Loading branch information
vigoo authored Oct 30, 2024
2 parents e264094 + fd931e9 commit 0d78d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ThisBuild / ciParallelJobs := 5
ThisBuild / ciSeparateJobs := Seq("zio-aws-ec2")
ThisBuild / ciTarget := file(".github/workflows/ci.yml")
ThisBuild / artifactListTarget := file("docs/artifacts.md")
ThisBuild / versionScheme := Some(VersionScheme.PVP)

Global / pgpPublicRing := file("/tmp/public.asc")
Global / pgpSecretRing := file("/tmp/secret.asc")
Expand Down

0 comments on commit 0d78d45

Please sign in to comment.