Skip to content

Commit fcf4b2d

Browse files
committed
Update stream_data dep
1 parent 0061773 commit fcf4b2d

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule ElixirScript.Mixfile do
3131
{:ex_doc, "~> 0.16", only: :dev},
3232
{:excoveralls, "~> 0.7", only: :test},
3333
{:credo, "~> 0.8", only: [:dev, :test]},
34-
{:stream_data, "~> 0.1", only: :test},
34+
{:stream_data, "~> 0.3", only: :test},
3535
{:poison, "~> 3.1", only: :test}
3636
]
3737
end

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"mimerl": {:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88", [:rebar3], [], "hexpm"},
1414
"poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [:mix], [], "hexpm"},
1515
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.1", "28a4d65b7f59893bc2c7de786dec1e1555bd742d336043fe644ae956c3497fbe", [:make, :rebar], [], "hexpm"},
16-
"stream_data": {:hex, :stream_data, "0.2.0", "887b7701cd4ea235e0d704ce60f86096ff5754dae55c3ead4e1d43f152a9239e", [:mix], [], "hexpm"},
16+
"stream_data": {:hex, :stream_data, "0.3.0", "cbfc8e3212f64683615657ea27804126a42ded634adfdfee258bf087ee605d46", [:mix], [], "hexpm"},
1717
"unicode_util_compat": {:hex, :unicode_util_compat, "0.3.1", "a1f612a7b512638634a603c8f401892afbf99b8ce93a45041f8aaca99cadb85e", [:rebar3], [], "hexpm"}}

test/passes/translate/form_test.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ defmodule ElixirScript.Translate.Forms.Test do
44
alias ElixirScript.Translate.Identifier
55
alias ElixirScript.Translate.Helpers
66
alias ESTree.Tools.Builder, as: J
7-
require StreamData
8-
import PropertyTest
7+
use ExUnitProperties
98

109

1110
setup_all do

test/passes/translate/forms/map_test.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ defmodule ElixirScript.Translate.Forms.Map.Test do
22
use ExUnit.Case
33
alias ElixirScript.Translate.Form
44
alias ESTree.Tools.Builder, as: J
5-
require StreamData
6-
import PropertyTest
5+
use ExUnitProperties
76

87
setup_all do
98
{:ok, pid} = ElixirScript.State.start_link()

0 commit comments

Comments
 (0)