Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: r0man/cljs-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: taiste/cljs-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 29, 2023

  1. fix-clojure-11-warning

    ruffnext authored and ossiv committed Sep 29, 2023
    Copy the full SHA
    96c98a1 View commit details
Showing with 3 additions and 1 deletion.
  1. +2 −0 .gitignore
  2. +1 −1 project.clj
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -20,3 +20,5 @@
/pom.xml.asc
/.repl
/.nrepl-port
.clj-kondo
.lsp
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
:url "https://github.com/r0man/cljs-http"
:license {:name "Eclipse Public License"
:url "https://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[noencore "0.3.4"]
:dependencies [[noencore "0.3.7"]
[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.10.238" :scope "provided"]
[org.clojure/core.async "0.4.474"]