-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Keir Lawson
committed
Dec 19, 2023
1 parent
0d06ae5
commit fcb335f
Showing
4 changed files
with
16 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ lazy val root = (project in file(".")) | |
name := "meters4s", | ||
commonSettings, | ||
libraryDependencies ++= commonDependencies, | ||
git.remoteRepo := "[email protected]:ovotech/meters4s.git", | ||
git.remoteRepo := "[email protected]:keirlawson/meters4s.git", | ||
ScalaUnidoc / siteSubdirName := "latest/api", | ||
addMappingsToSiteDir( | ||
ScalaUnidoc / packageDoc / mappings, | ||
|
@@ -39,35 +39,33 @@ lazy val root = (project in file(".")) | |
.aggregate(core, datadog, statsd, prometheus, docs, http4s) | ||
|
||
lazy val commonSettings = Seq( | ||
organization := "com.ovoenergy", | ||
organization := "io.github.keirlawson", | ||
scalaVersion := "3.3.0", | ||
crossScalaVersions ++= additionalSupportedScalaVersions, | ||
organizationName := "OVO Energy", | ||
organizationHomepage := Some(url("https://www.ovoenergy.com/")), | ||
homepage := Some(url("https://github.com/ovotech/meters4s")), | ||
homepage := Some(url("https://github.com/keirlawson/meters4s")), | ||
startYear := Some(2020), | ||
licenses := Seq( | ||
("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")) | ||
), | ||
scmInfo := Some( | ||
ScmInfo( | ||
url("https://github.com/ovotech/meters4s"), | ||
"[email protected]:ovotech/meters4s.git" | ||
url("https://github.com/keirlawson/meters4s"), | ||
"[email protected]:keirlawson/meters4s.git" | ||
) | ||
), | ||
developers := List( | ||
Developer( | ||
"keirlawson", | ||
"Keir Lawson", | ||
"keir,lawson@ovoenergy.com", | ||
"keirlawson@gmail.com", | ||
url("https://github.com/keirlawson") | ||
) | ||
) | ||
) | ||
|
||
lazy val publishSettings = Seq( | ||
publishTo := sonatypePublishToBundle.value, | ||
sonatypeProfileName := "com.ovoenergy", | ||
sonatypeProfileName := "io.github.keirlawson", | ||
publishMavenStyle := true | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
prometheus/src/main/scala/meter4s/prometheus/Prometheus.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters