Skip to content

Commit

Permalink
chore: Update fulib and fulibScenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 21, 2024
1 parent e63b4c6 commit 6480249
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,14 @@ sourceCompatibility = 1.8
repositories {
mavenLocal()
mavenCentral()
jcenter()
}

dependencies {
// https://mvnrepository.com/artifact/org.fulib/fulibScenarios
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.2'
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.7.0'

// https://mvnrepository.com/artifact/org.fulib/fulib
def fulib = [ group: 'org.fulib', name: 'fulib', version: '1.5.1' ]
def fulib = [ group: 'org.fulib', name: 'fulib', version: '1.6.2' ]

fulibScenarios fulib

Expand Down

0 comments on commit 6480249

Please sign in to comment.