emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/kotlin-mode ec34e8627d 002/162: Cask: Refactor - Sort depe


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode ec34e8627d 002/162: Cask: Refactor - Sort depends-on
Date: Sat, 29 Jan 2022 08:25:17 -0500 (EST)

branch: elpa/kotlin-mode
commit ec34e8627d157a3b3fe96dc455638888998c3bbf
Author: Shodai Yokoyama <quantumcars@gmail.com>
Commit: Shodai Yokoyama <quantumcars@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]