Skip to content

Commit c0315a2

Browse files
committed
fix sttp4 module publish
1 parent a0debb2 commit c0315a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lazy val root = project
6565
publish / skip := true,
6666
name := "smetrics-parent",
6767
)
68-
.aggregate(smetrics, prometheus, http4s, doobie, prometheus_v1, logback, sttp3)
68+
.aggregate(smetrics, prometheus, http4s, doobie, prometheus_v1, logback, sttp3, sttp4)
6969

7070
lazy val smetrics = project
7171
.in(file("smetrics"))

0 commit comments

Comments
 (0)