Skip to content

Commit

Permalink
Move startYear to root level
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed May 29, 2024
1 parent 1d16885 commit 1db618d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ThisBuild / developers := List(
val Scala213 = "2.13.12"
ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.3")
ThisBuild / scalaVersion := Scala213
ThisBuild / startYear := Some(2018)

lazy val root = project.in(file(".")).aggregate(prometheusMetrics).enablePlugins(NoPublishPlugin)

Expand All @@ -19,7 +20,6 @@ lazy val prometheusMetrics = project
.settings(
name := "http4s-prometheus-metrics",
description := "Support for Prometheus Metrics",
startYear := Some(2018),
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-core" % http4sVersion,
"io.prometheus" % "simpleclient" % prometheusVersion,
Expand Down

0 comments on commit 1db618d

Please sign in to comment.