asm 9.1
This commit is contained in:
		
							parent
							
								
									0d1f40aee4
								
							
						
					
					
						commit
						da6a50d558
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		
							
								
								
									
										10
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								build.gradle
									
									
									
									
									
								
							|  | @ -40,11 +40,11 @@ dependencies { | ||||||
| 	implementation ('org.zeroturnaround:zt-zip:1.14') | 	implementation ('org.zeroturnaround:zt-zip:1.14') | ||||||
| 	implementation ('com.google.code.gson:gson:2.8.6') | 	implementation ('com.google.code.gson:gson:2.8.6') | ||||||
| 	implementation ('com.google.guava:guava:30.1-jre') | 	implementation ('com.google.guava:guava:30.1-jre') | ||||||
| 	implementation ('org.ow2.asm:asm:9.0') | 	implementation ('org.ow2.asm:asm:9.1') | ||||||
| 	implementation ('org.ow2.asm:asm-analysis:9.0') | 	implementation ('org.ow2.asm:asm-analysis:9.1') | ||||||
| 	implementation ('org.ow2.asm:asm-commons:9.0') | 	implementation ('org.ow2.asm:asm-commons:9.1') | ||||||
| 	implementation ('org.ow2.asm:asm-tree:9.0') | 	implementation ('org.ow2.asm:asm-tree:9.1') | ||||||
| 	implementation ('org.ow2.asm:asm-util:9.0') | 	implementation ('org.ow2.asm:asm-util:9.1') | ||||||
| 
 | 
 | ||||||
| 	// game handling utils | 	// game handling utils | ||||||
| 	implementation ('net.fabricmc:stitch:0.5.1+build.77') { | 	implementation ('net.fabricmc:stitch:0.5.1+build.77') { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue