Skip to content

Commit

Permalink
Bump example versions (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-1 committed Mar 5, 2022
1 parent 2aab212 commit 54bece5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/reader.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import KafkaGoSaur from "https://deno.land/x/[email protected].5/mod.ts";
import { SASLMechanism } from "https://deno.land/x/[email protected].5/security/sasl.ts";
import KafkaGoSaur from "https://deno.land/x/[email protected].6/mod.ts";
import { SASLMechanism } from "https://deno.land/x/[email protected].6/security/sasl.ts";

const broker = "localhost:9093";
const topic = "test-0";
Expand Down
4 changes: 2 additions & 2 deletions examples/writer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import KafkaGoSaur from "https://deno.land/x/[email protected].5/mod.ts";
import { SASLMechanism } from "https://deno.land/x/[email protected].5/security/sasl.ts";
import KafkaGoSaur from "https://deno.land/x/[email protected].6/mod.ts";
import { SASLMechanism } from "https://deno.land/x/[email protected].6/security/sasl.ts";

const broker = "localhost:9093";
const topic = "test-0";
Expand Down

0 comments on commit 54bece5

Please sign in to comment.