File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121}
2222
2323dependencies {
24- compile "com.github.daggerok:daggerok-context :0.0.1 "
24+ compile "com.github.daggerok:kotlin-html-dsl :0.2.PLUS "
2525}
2626----
2727=== gradle jitpack
@@ -33,7 +33,7 @@ repositories {
3333}
3434
3535dependencies {
36- compile "com.github.daggerok:daggerok-context :0.0.1 "
36+ compile "com.github.daggerok:kotlin-html-dsl :0.2.PLUS "
3737}
3838----
3939=== maven bintray/daggerok
@@ -50,8 +50,8 @@ dependencies {
5050<dependencies>
5151 <dependency>
5252 <groupId>com.github.daggerok</groupId>
53- <artifactId>daggerok-context </artifactId>
54- <version>0.0.1 </version>
53+ <artifactId>kotlin-html-dsl </artifactId>
54+ <version>0.2.PLUS </version>
5555 </dependency>
5656</dependencies>
5757----
@@ -69,8 +69,8 @@ dependencies {
6969<dependencies>
7070 <dependency>
7171 <groupId>com.github.daggerok</groupId>
72- <artifactId>daggerok-context </artifactId>
73- <version>0.0.1 </version>
72+ <artifactId>kotlin-html-dsl </artifactId>
73+ <version>0.2.PLUS </version>
7474 </dependency>
7575</dependencies>
7676----
You can’t perform that action at this time.
0 commit comments