Skip to content

Commit

Permalink
Updated dependencies to try to fix a launch error in Greenfoot on Ras…
Browse files Browse the repository at this point in the history
…pberry Pi.
  • Loading branch information
neilccbrown committed Oct 2, 2024
1 parent 8591a0f commit 6cc8f6c
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 6cc8f6c

Please sign in to comment.