We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067bbf9 commit 23cba36Copy full SHA for 23cba36
Formula/c/coursier.rb
@@ -1,8 +1,8 @@
1
class Coursier < Formula
2
desc "Pure Scala Artifact Fetching"
3
homepage "https://get-coursier.io/"
4
- url "https://github.com/coursier/coursier/releases/download/v2.1.23/coursier.jar"
5
- sha256 "520c0c3dea3e5d075542e874d33e4cfac5a9bf3f461a3d4a9e6fba4032f7f007"
+ url "https://github.com/coursier/coursier/releases/download/v2.1.24/coursier.jar"
+ sha256 "8c724dc204534353ea8263ba0af624979658f7ab62395f35b04f03ce5714f330"
6
license "Apache-2.0"
7
8
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
0 commit comments