Skip to content

Commit

Permalink
Merge pull request #15779 from Kiribartlett-Dev/version-change
Browse files Browse the repository at this point in the history
Change Lime version to 8.2.0 due to compiling error
  • Loading branch information
ShadowMario authored Oct 24, 2024
2 parents 7addb9c + 8a54201 commit 5049804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo Makking the main haxelib and setuping folder in same time..
mkdir ~/haxelib && haxelib setup ~/haxelib
echo Installing dependencies...
echo This might take a few moments depending on your internet speed.
haxelib install lime 8.1.2
haxelib install lime 8.2.0
haxelib install openfl 9.3.3
haxelib install flixel 5.6.1
haxelib install flixel-addons 3.2.2
Expand Down
2 changes: 1 addition & 1 deletion setup/windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd ..
@echo on
echo Installing dependencies...
echo This might take a few moments depending on your internet speed.
haxelib install lime 8.1.2
haxelib install lime 8.2.0
haxelib install openfl 9.3.3
haxelib install flixel 5.6.1
haxelib install flixel-addons 3.2.2
Expand Down

0 comments on commit 5049804

Please sign in to comment.