Skip to content

Commit

Permalink
chore: Update fulib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 22, 2024
1 parent 6736bf7 commit 648cae3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ repositories {

ext {
// https://mvnrepository.com/artifact/org.fulib/fulib
fulibDependency = [ group: 'org.fulib', name: 'fulib', version: '1.6.1' ]
fulibDependency = [ group: 'org.fulib', name: 'fulib', version: '1.6.2' ]

// https://mvnrepository.com/artifact/org.fulib/fulibScenarios
fulibScenariosDependency = [ group: 'org.fulib', name: 'fulibScenarios', version: '1.7.0' ]
fulibScenariosDependency = [ group: 'org.fulib', name: 'fulibScenarios', version: '1.7.1' ]

// https://mvnrepository.com/artifact/org.fulib/fulibTools
fulibToolsDependency = [ group: 'org.fulib', name: 'fulibTools', version: '1.5.1' ]
fulibToolsDependency = [ group: 'org.fulib', name: 'fulibTools', version: '1.6.0' ]

// https://mvnrepository.com/artifact/org.fulib/fulibTables
fulibTablesDependency = [ group: 'org.fulib', name: 'fulibTables', version: '1.4.0' ]

// https://mvnrepository.com/artifact/org.fulib/fulibWorkflows
fulibWorkflowsDependency = [ group: 'org.fulib', name: 'fulibWorkflows', version: '0.5.6' ]
fulibWorkflowsDependency = [ group: 'org.fulib', name: 'fulibWorkflows', version: '0.6.0' ]

// https://mvnrepository.com/artifact/junit/junit
junitDependency = [ group: 'junit', name: 'junit', version: '4.13.2' ]
Expand Down

0 comments on commit 648cae3

Please sign in to comment.