Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 2c3f8f1

Browse files
author
jbwheatley
committed
add jbwheatley as developer in pomExtra
1 parent d27cf34 commit 2c3f8f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.sbt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ lazy val publishSettings = Seq(
6868
<organization>ITV</organization>
6969
<organizationUrl>http://www.itv.com</organizationUrl>
7070
</developer>
71+
<developer>
72+
<id>jbwheatley</id>
73+
<name>Jack Wheatley</name>
74+
<organization>ITV</organization>
75+
<organizationUrl>http://www.itv.com</organizationUrl>
76+
</developer>
7177
</developers>
7278
)
7379

@@ -126,7 +132,6 @@ lazy val http4s022 =
126132
)
127133
.dependsOn(shared)
128134

129-
130135
lazy val http4s023 =
131136
(project in file("scalapact-http4s-0-23"))
132137
.settings(commonSettings: _*)

0 commit comments

Comments
 (0)