Commit f74013c72b88cd789d625034eb8c428c296c3ae7

Stephen Moloney 2016-05-23T15:56:25

tag openstex branch

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/mix.exs b/mix.exs
index 4d96f7b..6b056a0 100644
--- a/mix.exs
+++ b/mix.exs
@@ -31,7 +31,7 @@ defmodule ExOvh.Mixfile do
       {:calendar, "~> 0.13.2"},
       {:og, "~> 0.1"},
       {:morph, "~> 0.1.0"},
-      {:openstex, github: "stephenmoloney/openstex", branch: "master"},
+      {:openstex, github: "stephenmoloney/openstex", tag: "v0.0.1"},
 
       {:markdown, github: "devinus/markdown", only: :dev},
       {:ex_doc,  "~> 0.11", only: :dev}