Skip to content

Commit

Permalink
Merge pull request #1106 from joroKr21/version-scheme
Browse files Browse the repository at this point in the history
Set versionScheme to pvp
  • Loading branch information
joroKr21 authored Apr 9, 2021
2 parents a2ad591 + 4a6a00a commit 822758d
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 @@ -16,6 +16,7 @@ ThisBuild / organization := "com.chuusai"
ThisBuild / scalaVersion := Scala213
ThisBuild / crossScalaVersions := Seq(Scala211, Scala212, Scala213)
ThisBuild / mimaFailOnNoPrevious := false
ThisBuild / versionScheme := Some("pvp")

// GHA configuration

Expand Down

0 comments on commit 822758d

Please sign in to comment.