Skip to content

Commit

Permalink
Update versioning/src/main/scala/org/typelevel/sbt/TypelevelVersionin…
Browse files Browse the repository at this point in the history
…gPlugin.scala

Co-authored-by: Arman Bilge <armanbilge@gmail.com>
  • Loading branch information
osleonard and armanbilge authored Feb 4, 2022
1 parent a323136 commit c25dd34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ object TypelevelVersioningPlugin extends AutoPlugin {

V(version) match {
case None =>
sys.error(s"verion $version not formatted properly.")
sys.error(s"version must be semver format: $version")
case Some(value) =>
if (!(value.isSameSeries(baseV) || value >= baseV))
sys.error(s"Your current version $version cannot be less than tlBaseVersion $baseV")
Expand Down

0 comments on commit c25dd34

Please sign in to comment.