Skip to content

Commit c4611aa

Browse files
authored
Merge pull request #301 from fd4s/change-groupid
Change group id to com.github.fd4s
2 parents f5d3149 + 67e564e commit c4611aa

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

build.sbt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,11 @@ lazy val dependencySettings = Seq(
7979
"org.apache.kafka" % "kafka-clients" % kafkaVersion
8080
),
8181
libraryDependencies ++= Seq(
82+
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
8283
"org.typelevel" %% "discipline-scalatest" % "1.0.0-RC2",
8384
"org.typelevel" %% "cats-effect-laws" % catsEffectVersion,
8485
"ch.qos.logback" % "logback-classic" % "1.2.3"
8586
).map(_ % Test),
86-
libraryDependencies ++= Seq(
87-
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
88-
"org.apache.kafka" %% "kafka" % kafkaVersion
89-
).map(_ % Test),
9087
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
9188
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.11.0" cross CrossVersion.full)
9289
)
@@ -150,9 +147,7 @@ lazy val buildInfoSettings = Seq(
150147
)
151148

152149
lazy val metadataSettings = Seq(
153-
organization := "com.ovoenergy",
154-
organizationName := "OVO Energy Limited",
155-
organizationHomepage := Some(url("https://ovoenergy.com"))
150+
organization := "com.github.fd4s"
156151
)
157152

158153
lazy val publishSettings =
@@ -165,7 +160,7 @@ lazy val publishSettings =
165160
headerLicense := Some(
166161
de.heikoseeberger.sbtheader.License.ALv2(
167162
s"${startYear.value.get}-${java.time.Year.now}",
168-
organizationName.value,
163+
"OVO Energy Limited",
169164
HeaderLicenseStyle.SpdxSyntax
170165
)
171166
),

0 commit comments

Comments
 (0)