Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit 6ed0eb7

Browse files
committed
set default erlx versions at 1.11.2-otp-23.2
1 parent fc372e9 commit 6ed0eb7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a
66
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## 0.0.6 - 2020-12-22
10+
11+
### Changed
12+
13+
- The default elixir and erlang versions are now OTP23.2 and Elixir 1.11.2
14+
915
## 0.0.5 - 2020-09-04
1016

1117
### Added

lib/harness_dotfiles.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ defmodule HarnessDotfiles do
99
coveralls_minimum_coverage: 100,
1010
explicit_credo_checks: [],
1111
excluded_paths_for_modulename_matches_filename: [],
12-
asdf_elixir_version: "1.10.4-otp-22",
13-
asdf_erlang_version: "22.3",
12+
asdf_elixir_version: "1.11.2-otp-23",
13+
asdf_erlang_version: "23.2",
1414
asdf_other_versions: [],
1515
formatter_deps: [],
1616
formatter_locals_without_parens: []

0 commit comments

Comments
 (0)