Skip to content

Commit 30f994b

Browse files
committed
* Fix necessary for kscript 4.1 branch
1 parent dc82775 commit 30f994b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/usr/bin/env kscript
22

3-
//DEPS log4j:log4j:1.2.14
3+
@file:DependsOn("log4j:log4j:1.2.14")
44

55
package test
66

77
fun main(args: Array<String>) {
88
println("main was called")
99
}
10-

0 commit comments

Comments
 (0)