Skip to content

Commit

Permalink
Version bumps and configure old-group-id
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Nov 25, 2022
1 parent 7af83e9 commit 9a89583
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@

## Fixed

- Release under `com.lambdaisland` as well as `lambdaisland`, see https://github.com/lambdaisland/open-source/issues/9

## Changed

- Version bumps

# 1.1.144 (2021-12-14 / 6f83c7d)

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{:deps
{lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
:git/sha "f2133b2a88bff3898e027c9b50516161c237792e"}}}
:git/sha "78c2b3753aea55c31f581793580de2025b59fc1e"}}}
1 change: 1 addition & 0 deletions bin/proj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:inception-year 2019
:description "A thin wrapper around `goog.log` inspired by `pedestal.log`."
:aliases-as-optional-deps [:pedestal]
:old-group-id "lambdaisland"
:group-id "com.lambdaisland"})

;; Local Variables:
Expand Down
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

:aliases
{:dev
{:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.15"}}}
{:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.18"}}}

;; Before Closure logging API changes
:cljs764
Expand All @@ -22,9 +22,9 @@

:test
{:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.60.945"}
com.lambdaisland/kaocha-cljs {:mvn/version "1.0.113"}
:extra-deps {lambdaisland/kaocha {:mvn/version "1.71.1119"}
com.lambdaisland/kaocha-cljs {:mvn/version "1.4.130"}
lambdaisland/kaocha-junit-xml {:mvn/version "RELEASE"}}}

:pedestal
{:extra-deps {io.pedestal/pedestal.log {:mvn/version "0.5.9"}}}}}
{:extra-deps {io.pedestal/pedestal.log {:mvn/version "0.5.10"}}}}}

0 comments on commit 9a89583

Please sign in to comment.