Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
rolang committed Sep 3, 2024
1 parent b2f4ae6 commit 81fa197
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 36 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,10 @@ lazy val zioPubsubGoogle = (project in file("zio-pubsub-google"))
)

lazy val zioPubsubHttp = crossProject(JVMPlatform, NativePlatform)
.in(file("zio-gc-pubsub-http"))
.settings(moduleName := "zio-gc-pubsub-http")
.in(file("zio-pubsub-http"))
.settings(moduleName := "zio-pubsub-http")
.dependsOn(zioPubsub)
.settings(commonSettings)
.settings(releaseSettings)
.settings(
libraryDependencies ++= Seq(
"com.anymindgroup" %%% "zio-gc-auth" % "0.0.1"
Expand Down

This file was deleted.

0 comments on commit 81fa197

Please sign in to comment.