Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Aug 14, 2023
1 parent 3f954f8 commit 2fa628a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Dependencies {
val protobuf = "3.21.7" // force this version to mitigate security vulnerabilities
// Scala
val collectorPayload = "0.0.0"
val tracker = "1.0.0"
val tracker = "1.0.1"
val akkaHttp = "10.2.7"
val akka = "2.6.16"
val scopt = "4.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.specs2.mutable.Specification
import cats.effect.IO
import cats.effect.unsafe.implicits.global

import com.snowplowanalytics.snowplow.collectors.scalastream.PrintingSink
import com.snowplowanalytics.snowplow.collector.stdout.PrintingSink

class PrintingSinkSpec extends Specification {

Expand Down

0 comments on commit 2fa628a

Please sign in to comment.