Skip to content

Commit

Permalink
Typo in elastic4s-streams-pekko artifact name (#2900)
Browse files Browse the repository at this point in the history
* Typo in elastic4s-streams-pekko artifact name

* Missed clientpekko in scala3Projects
  • Loading branch information
dragisak committed Aug 18, 2023
1 parent ad5d411 commit 4d8db4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ lazy val scala3Projects: Seq[ProjectReference] = Seq(
clientcore,
clientesjava,
clientsSniffed,
clientpekko,
cats_effect,
cats_effect_2,
zio_1,
Expand Down Expand Up @@ -272,7 +273,7 @@ lazy val akkastreams = (project in file("elastic4s-streams-akka"))

lazy val pekkostreams = (project in file("elastic4s-streams-pekko"))
.dependsOn(core, testkit % "test", jackson % "test")
.settings(name := "elastic4s-streams-pkko")
.settings(name := "elastic4s-streams-pekko")
.settings(scala3Settings)
.settings(libraryDependencies += Dependencies.pekkoStream)

Expand Down

0 comments on commit 4d8db4d

Please sign in to comment.