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

Commit a8f4c9c

Browse files
committed
bump elixir to 1.7
1 parent 41aac9d commit a8f4c9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: elixir
33
elixir:
4-
- 1.6
4+
- 1.7
55
otp_release:
66
- 21.0
77
cache:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule ReactRender.MixProject do
55
[
66
app: :react_render,
77
version: "3.0.0",
8-
elixir: "~> 1.6",
8+
elixir: "~> 1.7",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),
1111
description: description(),

0 commit comments

Comments
 (0)