mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
41ba577f74
* Bump @eslint/js from 9.27.0 to 9.28.0 Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.27.0 to 9.28.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.28.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Prevent CI issues from having to update Gleam * Deal with deprecation messages * Fix for Elixir not inferring from OTP (there is no 1.19-otp-28 yet) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
20 lines
517 B
TOML
20 lines
517 B
TOML
name = "gleamgleam"
|
|
version = "1.0.0"
|
|
|
|
# Fill out these fields if you intend to generate HTML documentation or publish
|
|
# your project to the Hex package manager.
|
|
#
|
|
# description = ""
|
|
# licences = ["Apache-2.0"]
|
|
# repository = { type = "github", user = "", repo = "" }
|
|
# links = [{ title = "Website", href = "" }]
|
|
#
|
|
# For a full reference of all the available options, you can have a look at
|
|
# https://gleam.run/writing-gleam/gleam-toml/.
|
|
|
|
[dependencies]
|
|
gleam_stdlib = "0.60.0"
|
|
|
|
[dev-dependencies]
|
|
gleeunit = "1.3.0"
|