Skip to content

Commit

Permalink
fix(deps): update dependency cider:cider-nrepl to v0.50.2
Browse files Browse the repository at this point in the history
| datasource | package           | from   | to     |
| ---------- | ----------------- | ------ | ------ |
| clojure    | cider:cider-nrepl | 0.31.0 | 0.50.2 |
| maven      | cider:cider-nrepl | 0.31.0 | 0.50.2 |
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent e67630c commit 408c2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>cider</groupId>
<artifactId>cider-nrepl</artifactId>
<version>0.31.0</version>
<version>0.50.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:deploy-branches ["master"]

:profiles {:uberjar {:aot :all}
:dev {:dependencies [[cider/cider-nrepl "0.31.0"]
:dev {:dependencies [[cider/cider-nrepl "0.50.2"]
[com.wallbrew/common-beer-data "1.6.0"]
[com.wallbrew/common-beer-format "2.4.0"]
[doo/doo "0.1.11"]
Expand Down

0 comments on commit 408c2a0

Please sign in to comment.