Просмотр исходного кода

Update quoted to 1.0.3 to fix outstanding issues

Magnus Klaar updated the PropEr tests and it should be fine now.
Loïc Hoguin 14 лет назад
Родитель
Сommit
acc5f50ab5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      rebar.config

+ 2 - 2
rebar.config

@@ -1,7 +1,7 @@
 {cover_enabled, true}.
 {deps, [
-	{quoted, "1.0.0",
-		{git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.1"}}},
+	{quoted, "1.0.3",
+		{git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.3"}}},
 	{proper, "1.0",
 		{git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
 ]}.