branch: elpa/kotlin-mode
commit ec34e8627d157a3b3fe96dc455638888998c3bbf
Author: Shodai Yokoyama <[email protected]>
Commit: Shodai Yokoyama <[email protected]>

    Cask: Refactor - Sort depends-on
---
 Cask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cask b/Cask
index a4eebada4f..9392044f85 100644
--- a/Cask
+++ b/Cask
@@ -4,7 +4,7 @@
 (package "kotlin-mode" "0.0.1" "Major mode for kotlin")
 
 (development
-  (depends-on "ert-runner")
   (depends-on "ecukes")
   (depends-on "ert-expectations")
+  (depends-on "ert-runner")
   )

Reply via email to