can’t get it to work following instructions here, anyone know what I’ m doing wrong? https://jetbrains.github.io/spek/download.html
<dependency>
<groupId>org.spek</groupId>
<artifactId>spek</artifactId>
<version>0.1.195</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<repositories>
<repository>
<id>jebrains-all</id> <!-- I also tried jetbrains-all -->
<url>http://repository.jetbrains.com/all</url>
</repository>
</repositories>