Skip to content

Commit

Permalink
chore: kotlin and jmh update
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed May 26, 2021
1 parent bd75e09 commit 6f6842f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .github/config/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@
color: e4b21d
- name: tests
description: Enhancement of tests
color: 0e8a16
color: 0e8a16
- name: java
description: Java/JDK changes
color: 03d0d6
- name: gradle
description: Gradle changes
color: d0d603
- name: maven
description: Maven changes
color: d60366
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.suresh</groupId>
<artifactId>jmh-bench-sample</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.4-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Sample Bench</name>
Expand All @@ -22,12 +22,12 @@
<!-- Compiler versions -->
<javac.target>11</javac.target>
<maven.version>3.6</maven.version>
<kotlin.version>1.5.10</kotlin.version>
<kotlin.version>1.5.20-M1</kotlin.version>
<kotlin.use.ir>true</kotlin.use.ir>
<kotlin.compiler.jvmTarget>${javac.target}</kotlin.compiler.jvmTarget>

<!-- Dependency versions -->
<jmh.version>1.31</jmh.version>
<jmh.version>1.32</jmh.version>
<jmh.generator>default</jmh.generator>
<!-- or "asm", or "reflection" -->
<slf4j.version>1.7.30</slf4j.version>
Expand Down

0 comments on commit 6f6842f

Please sign in to comment.