Skip to content

Commit 9a89583

Browse files
committed
Version bumps and configure old-group-id
1 parent 7af83e9 commit 9a89583

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66

77
## Fixed
88

9+
- Release under `com.lambdaisland` as well as `lambdaisland`, see https://github.com/lambdaisland/open-source/issues/9
10+
911
## Changed
1012

13+
- Version bumps
14+
1115
# 1.1.144 (2021-12-14 / 6f83c7d)
1216

1317
## Fixed

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{:deps
22
{lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
3-
:git/sha "f2133b2a88bff3898e027c9b50516161c237792e"}}}
3+
:git/sha "78c2b3753aea55c31f581793580de2025b59fc1e"}}}

bin/proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
:inception-year 2019
88
:description "A thin wrapper around `goog.log` inspired by `pedestal.log`."
99
:aliases-as-optional-deps [:pedestal]
10+
:old-group-id "lambdaisland"
1011
:group-id "com.lambdaisland"})
1112

1213
;; Local Variables:

deps.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
:aliases
55
{:dev
6-
{:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.15"}}}
6+
{:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.18"}}}
77

88
;; Before Closure logging API changes
99
:cljs764
@@ -22,9 +22,9 @@
2222

2323
:test
2424
{:extra-paths ["test"]
25-
:extra-deps {lambdaisland/kaocha {:mvn/version "1.60.945"}
26-
com.lambdaisland/kaocha-cljs {:mvn/version "1.0.113"}
25+
:extra-deps {lambdaisland/kaocha {:mvn/version "1.71.1119"}
26+
com.lambdaisland/kaocha-cljs {:mvn/version "1.4.130"}
2727
lambdaisland/kaocha-junit-xml {:mvn/version "RELEASE"}}}
2828

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

0 commit comments

Comments
 (0)