File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1+ changelog :
2+ sections :
3+ - title : " :rocket: Enhancements & Features"
4+ labels : [ "Type: enhancement", "Type: documentation", "Type: example" ]
5+ - title : " :bug: Bug Fixes"
6+ labels : [ "Type: bug" ]
7+ - title : " :hammer_and_wrench: Chore"
8+ labels : [ "Type: dependencies", "Type: build", "Type: codacy" ]
9+ issues :
10+ exclude :
11+ labels : [ "Type: question" ]
12+ contributors :
13+ exclude :
14+ names : [ "dependabot[bot]" ]
Original file line number Diff line number Diff line change 22
33Extensions that make working with the JVM BDD testing tool [ jgiven] ( https://jgiven.org ) and Kotlin even more fun.
44
5+ [ ![ stable] ( https://img.shields.io/badge/lifecycle-STABLE-green.svg )] ( https://github.com/toolisticon#stable )
56[ ![ Build Status] ( https://github.com/toolisticon/jgiven-kotlin/workflows/Development%20branches/badge.svg )] ( https://github.com/toolisticon/jgiven-kotlin/actions )
67[ ![ sponsored] ( https://img.shields.io/badge/sponsoredBy-Holisticon-red.svg )] ( https://holisticon.de/ )
78[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.toolisticon.testing/jgiven-kotlin/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.toolisticon.testing/jgiven-kotlin )
@@ -13,7 +14,7 @@ Extensions that make working with the JVM BDD testing tool [jgiven](https://jgiv
1314<dependency>
1415 <groupId>io.toolisticon.testing</groupId>
1516 <artifactId>jgiven-kotlin</artifactId>
16- <version>1.2.0 </version>
17+ <version>1.2.2 </version>
1718 <scope>test</scope>
1819</dependency>
1920
Original file line number Diff line number Diff line change 44
55 <groupId >io.toolisticon.testing</groupId >
66 <artifactId >jgiven-kotlin</artifactId >
7- <version >1.2.1 </version >
7+ <version >1.2.2 </version >
88
99 <name >${project.artifactId} </name >
1010 <description >jgiven kotlin extension</description >
1919 <kotlin .version>1.6.21</kotlin .version>
2020 <kotlin .compiler.incremental>true</kotlin .compiler.incremental>
2121
22- <jgiven .version>1.2.1 </jgiven .version>
22+ <jgiven .version>1.2.2 </jgiven .version>
2323 <spring-boot .version>2.3.7.RELEASE</spring-boot .version>
2424
2525 </properties >
You can’t perform that action at this time.
0 commit comments