Skip to content

Commit

Permalink
Version 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Grassos committed Sep 21, 2022
1 parent 71c55c8 commit 5e6eb68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Maven
<dependency>
<groupId>eu.afse</groupId>
<artifactId>eu.afse.jsonlogic</artifactId>
<version>0.9.6</version>
<version>0.9.7</version>
<type>pom</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ apply plugin: 'maven-publish'
apply plugin: 'jacoco'

group 'eu.afse'
version '0.9.6'
version '0.9.7'

repositories {
mavenCentral()
}

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.code.gson:gson:2.9.1'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
Expand Down

0 comments on commit 5e6eb68

Please sign in to comment.