Skip to content

Commit

Permalink
Bump common-streams to 0.8.1
Browse files Browse the repository at this point in the history
See snowplow-incubator/common-streams#97 for details.

This fixes an edge-case problem in which the loader did not properly
load contexts if they were not JSON objects.
  • Loading branch information
istreeter committed Nov 8, 2024
1 parent 313d3df commit a35b863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Dependencies {
val protobuf = "3.25.5" // Version override

// Snowplow
val streams = "0.8.0-M6"
val streams = "0.8.1"

// tests
val specs2 = "4.20.0"
Expand Down

0 comments on commit a35b863

Please sign in to comment.