Skip to content

Commit

Permalink
Update tests: new Clojure stable is out (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorlu authored Jun 4, 2024
1 parent 9a79582 commit 8a22b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/babashka/neil/dep_add_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
(deftest latest-version-test
(is (= "1.0.5" (neil/latest-stable-clojars-version 'hiccup/hiccup)))
(is (= "2.0.0-RC3" (neil/latest-clojars-version 'hiccup/hiccup)))
(is (= "1.11.2" (neil/latest-stable-mvn-version 'org.clojure/clojure))))
(is (= "1.11.3" (neil/latest-stable-mvn-version 'org.clojure/clojure))))

0 comments on commit 8a22b0d

Please sign in to comment.