Skip to content

Commit 19c101e

Browse files
committed
feat: remove kadabra from mix.exs
1 parent 35f0ac2 commit 19c101e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2024 Codedge LLC (https://www.codedge.io/)
1+
Copyright (c) 2015-2025 Codedge LLC (https://www.codedge.io/)
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ Git commit subjects use the [Karma style](http://karma-runner.github.io/5.0/dev/
6666

6767
## License
6868

69-
Copyright (c) 2015-2024 Codedge LLC (https://www.codedge.io/)
69+
Copyright (c) 2015-2025 Codedge LLC (https://www.codedge.io/)
7070

7171
This library is MIT licensed. See the [LICENSE](https://github.com/codedge-llc/pigeon/blob/master/LICENSE) for details.

mix.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ defmodule Pigeon.Mixfile do
5454
{:httpoison, "~> 1.0 or ~> 2.0"},
5555
{:jason, "~> 1.0", optional: true},
5656
{:joken, "~> 2.1"},
57-
{:kadabra, "~> 0.6.0"},
5857
{:mint, "~> 1.0"}
5958
]
6059
end

0 commit comments

Comments
 (0)