We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b81330 commit 01c7b1fCopy full SHA for 01c7b1f
pom.xml
@@ -30,6 +30,12 @@
30
<artifactId>clojure</artifactId>
31
<version>1.9.0</version>
32
</dependency>
33
+ <dependency>
34
+ <groupId>planck</groupId>
35
+ <artifactId>planck</artifactId>
36
+ <version>2.25.0</version>
37
+ <scope>test<scope>
38
+ </dependency>
39
</dependencies>
40
<build>
41
<sourceDirectory>src</sourceDirectory>
@@ -39,6 +45,10 @@
45
<id>clojars</id>
46
<url>https://repo.clojars.org/</url>
47
</repository>
48
+ <repository>
49
+ <id>sonatype</id>
50
+ <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
51
+ </repository>
42
52
</repositories>
43
53
<distributionManagement>
44
54
<repository>
0 commit comments