Skip to content

Commit

Permalink
release 0.0.10-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Apr 27, 2021
1 parent 0507112 commit 71ac70a
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 @@ -13,7 +13,7 @@ buildScan {
}

group 'org.openjfx'
version '0.0.10-rc2'
version '0.0.10-rc3'

sourceCompatibility = 11
targetCompatibility = 11
Expand All @@ -29,7 +29,7 @@ dependencies {
implementation gradleApi()

implementation 'com.google.gradle:osdetector-gradle-plugin:1.6.1'
implementation 'org.javamodularity:moduleplugin:1.8.1'
implementation 'org.javamodularity:moduleplugin:1.8.2'

testImplementation gradleTestKit()
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
Expand Down

0 comments on commit 71ac70a

Please sign in to comment.