From 5bd767c34a7d8babbc6a2e404138bd7df5ff4844 Mon Sep 17 00:00:00 2001 From: crbelaus Date: Tue, 24 Dec 2024 18:52:53 +0100 Subject: [PATCH] Use Bun 1.1.42 by default --- config/config.exs | 2 +- lib/bun.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.exs b/config/config.exs index 85fbf4e..2fdd7b1 100644 --- a/config/config.exs +++ b/config/config.exs @@ -2,7 +2,7 @@ import Config if Mix.env() == :test do config :bun, - version: "1.1.34", + version: "1.1.42", another: [ args: ["--version"] ] diff --git a/lib/bun.ex b/lib/bun.ex index b892051..88cd764 100644 --- a/lib/bun.ex +++ b/lib/bun.ex @@ -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 """