Skip to content

Commit

Permalink
Use Bun 1.1.42 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
crbelaus committed Dec 25, 2024
1 parent 1edc8f9 commit 5bd767c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Config

if Mix.env() == :test do
config :bun,
version: "1.1.34",
version: "1.1.42",
another: [
args: ["--version"]
]
Expand Down
2 changes: 1 addition & 1 deletion lib/bun.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Bun do
# https://github.com/oven-sh/bun/releases
@latest_version "1.1.34"
@latest_version "1.1.42"
@min_windows_version "1.1.0"

@moduledoc """
Expand Down

0 comments on commit 5bd767c

Please sign in to comment.