File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ so you can freely divide functions into smaller pieces and move from non-functio
25
25
26
26
``` kotlin
27
27
dependencies {
28
- implementation(" org.panda-lang:expressible:1.3.2 " ) // Core library
29
- implementation(" org.panda-lang:expressible-kt:1.3.2 " ) // Kotlin extensions
30
- testImplementation(" org.panda-lang:expressible-junit:1.3.2 " ) // JUnit extensions
28
+ implementation(" org.panda-lang:expressible:1.3.4 " ) // Core library
29
+ implementation(" org.panda-lang:expressible-kt:1.3.4 " ) // Kotlin extensions
30
+ testImplementation(" org.panda-lang:expressible-junit:1.3.4 " ) // JUnit extensions
31
31
}
32
32
```
33
33
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ allprojects {
17
17
apply (plugin = " kotlin" )
18
18
19
19
group = " org.panda-lang"
20
- version = " 1.3.2 "
20
+ version = " 1.3.4 "
21
21
22
22
repositories {
23
23
mavenCentral()
You can’t perform that action at this time.
0 commit comments