Skip to content

Commit 30806cf

Browse files
authored
Update README.adoc
1 parent c918c44 commit 30806cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
}
2222
2323
dependencies {
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
3535
dependencies {
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
----

0 commit comments

Comments
 (0)