Skip to content

Commit

Permalink
update parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 77762e4 commit e9e5729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

<scm>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>test.check</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:test-paths ["src/test/clojure" "src/test/clojure-perf"]
:profiles {:dev {:dependencies [[com.clojure-goes-fast/clj-async-profiler "0.5.0"]
[com.clojure-goes-fast/clj-java-decompiler "0.3.0"]
[org.clojure/test.check "1.1.0"]
[org.clojure/test.check "1.1.1"]
[criterium/criterium "0.4.6"]
[metosin/jsonista "0.3.1"]
[cheshire/cheshire "5.10.0"]
Expand Down

0 comments on commit e9e5729

Please sign in to comment.