Skip to content

Commit ba432d6

Browse files
committed
update: readme to use 0.4.1 version of plugin
1 parent b6c17cc commit ba432d6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,16 @@ Getting started
1212
buildscript {
1313
repositories {
1414
mavenCentral()
15-
maven { url 'http://mtkopone.github.com/scct/maven-repo' }
1615
}
1716
dependencies {
18-
classpath 'com.github.maiflai:gradle-scct:0.3'
17+
classpath 'com.sqality:gradle-scct:0.4.1'
1918
}
2019
}
2120
22-
apply plugin: 'scct'
21+
apply plugin: com.sqality.ScctPlugin
2322
2423
dependencies {
25-
scct 'com.github.scct:scct_2.10:0.2.1'
24+
scct 'com.sqality.scct:scct_2.10:0.2.2'
2625
compile 'org.scala-lang:scala-library:2.10.1'
2726
}
2827
```

0 commit comments

Comments
 (0)