Skip to content

Commit

Permalink
enrich-pubsub: set gson transitive dependency to 2.9.0 (close #565)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Mar 4, 2022
1 parent 7acab54 commit 5c17347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ lazy val pubsub = project
libraryDependencies ++= Seq(
Dependencies.Libraries.fs2BlobGcs,
Dependencies.Libraries.fs2PubSub,
Dependencies.Libraries.gson
),
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
)
Expand Down

0 comments on commit 5c17347

Please sign in to comment.