Skip to content

Commit

Permalink
Merge pull request #2404 from neilccbrown/update-dependencies
Browse files Browse the repository at this point in the history
Updated dependencies to try to fix a launch error in Greenfoot on RPi
  • Loading branch information
neilccbrown authored Oct 2, 2024
2 parents 4831a03 + 6cc8f6c commit 03d492a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bluej/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ dependencies {
implementation project(':boot')
implementation project(':lang-stride')

implementation 'com.google.guava:guava:33.0.0-jre'
implementation 'com.google.guava:guava:33.3.1-jre'
implementation 'com.google.guava:failureaccess:1.0.2'
implementation 'com.googlecode.java-diff-utils:diffutils:1.2.1'
implementation 'de.jangassen:nsmenufx:3.1.0'
implementation 'io.github.classgraph:classgraph:4.8.90'
Expand Down

0 comments on commit 03d492a

Please sign in to comment.