Dependency error when testing the event recovery

Hi,

I’m trying to follow the “scripting” setup of testing the event recovery locally, as instructed at Testing - Snowplow Docs

When I run the example, i got the following error:
Failed to resolve ivy dependencies:Error downloading com.snowplowanalytics:snowplow-event-recovery-core_2.12:0.2.0
not found: https://repo1.maven.org/maven2/com/snowplowanalytics/snowplow-event-recovery-core_2.12/0.2.0/snowplow-event-recovery-core_2.12-0.2.0.pom
not found: http://maven.snplow.com/releases/com/snowplowanalytics/snowplow-event-recovery-core_2.12/0.2.0/snowplow-event-recovery-core_2.12-0.2.0.pom

It seems the dependency is no longer available. How do i solve this?

Thanks

Hi @lessonup_tims ,

Welcome to Snowplow community !

Our documentation was outdated, sorry about that, we’ve now updated it to the latest version.

You can now find 0.4.0 on Maven central (so no need to have interp.repositories() ++= Seq(coursierapi.MavenRepository.of("http://maven.snplow.com/releases/")))

1 Like