Skip to content

Commit 788025e

Browse files
rubasdoomspork
authored andcommitted
Update Slime Depedency (#19)
Update Slime to 0.13.0 to get multi-line statements. https://github.com/slime-lang/slime/releases
1 parent 35593b1 commit 788025e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule PhoenixSlime.Mixfile do
2323
[{:phoenix, "~> 1.1 or ~> 1.2-rc"},
2424
{:phoenix_html, "~> 2.3"},
2525
{:cowboy, "~> 1.0"},
26-
{:slime, "~> 0.12.2"}]
26+
{:slime, "~> 0.13.0"}]
2727
end
2828

2929
defp package do

0 commit comments

Comments
 (0)