Skip to content

Commit

Permalink
[fix] Developer information missing
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kalai committed Dec 21, 2024
1 parent db6af52 commit 8248dbc
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,21 @@ val common: Seq[Setting[_]] = Seq(
headerLicense := Some(HeaderLicense.ALv2("2024", "Coralogix Ltd.")),
homepage := Some(url("https://github.com/coralogix/sbt-protofetch")),
scalaVersion := versions.scala212,
versionScheme := Some("early-semver")
versionScheme := Some("early-semver"),
developers := List(
Developer(
"rtimush",
"Roman Timushev",
"[email protected]",
url("https://www.coralogix.com")
),
Developer(
"m-kalai",
"Marcel Kalai",
"[email protected]",
url("https://www.coralogix.com")
)
)
)

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

0 comments on commit 8248dbc

Please sign in to comment.