Skip to content

Commit

Permalink
Bump build.gradle version to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Feb 8, 2024
1 parent b0d6c46 commit f9d3c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven-publish'

group = "ome"
version = "7.2.0-SNAPSHOT"
version = "7.2.0"

repositories {
mavenCentral()
Expand All @@ -16,7 +16,7 @@ repositories {
}

dependencies {
implementation group: 'ome', name: 'formats-gpl', version: '7.1.0'
implementation group: 'ome', name: 'formats-gpl', version: '7.2.0'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.14'
}

Expand Down

0 comments on commit f9d3c71

Please sign in to comment.