Skip to content

Commit

Permalink
[fix] version should be handled by sbt-dynver
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kalai committed Dec 20, 2024
1 parent 0aca6ad commit 7919da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ val common: Seq[Setting[_]] = Seq(
)),
headerLicense := Some(HeaderLicense.ALv2("2024", "Coralogix Ltd.")),
homepage := Some(url("https://github.com/coralogix/sbt-protofetch")),
version := "0.1.0-SNAPSHOT",
scalaVersion := versions.scala212
scalaVersion := versions.scala212,
versionScheme := Some("early-semver")
)

lazy val `sbt-protofetch` = (project in file("sbt-protofetch"))
Expand Down

0 comments on commit 7919da8

Please sign in to comment.