File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ object Versions {
3333    //  check these on https://fabricmc.net/develop
3434    const  val  FABRIC_YARN_MAPPINGS  =  " 1.21.8+build.1" 
3535    val  FABRIC_MINECRAFT  =  FABRIC_YARN_MAPPINGS .substringBefore(' +'  )
36-     const  val  FABRIC_LOADER  =  " 0.17.0 " 
37-     const  val  FABRIC_COMMAND_API_V2  =  " 2.3.1+d176821535 " 
36+     const  val  FABRIC_LOADER  =  " 0.17.2 " 
37+     const  val  FABRIC_COMMAND_API_V2  =  " 2.3.4+33df5e6e5d " 
3838    const  val  FABRIC_COMMAND_API_V1  =  " 1.2.56+f71b366f73" 
39-     const  val  FABRIC_LIFECYCLE_EVENTS_V1  =  " 2.6.4+d176821535 " 
39+     const  val  FABRIC_LIFECYCLE_EVENTS_V1  =  " 2.6.7+33df5e6e5d " 
4040
4141    //  TelegramBots
4242    const  val  TELEGRAM_BOTS  =  " 9.0.0" 
Original file line number Diff line number Diff line change 11plugins {
22    id(" java"  )
3-     id(" fabric-loom"  ) version " 1.11.4 " 
3+     id(" fabric-loom"  ) version " 1.11.7 " 
44}
55
66java {
@@ -22,8 +22,8 @@ dependencies {
2222    mappings(" net.fabricmc:yarn:$yarnVersion "  )
2323    minecraft(" com.mojang:minecraft:$minecraftVersion "  )
2424
25-     modImplementation(" net.fabricmc:fabric-loader:0.17.0 "  )
26-     modImplementation(" net.fabricmc.fabric-api:fabric-api:0.130 .0+1.21.9"  )
25+     modImplementation(" net.fabricmc:fabric-loader:0.17.2 "  )
26+     modImplementation(" net.fabricmc.fabric-api:fabric-api:0.133 .0+1.21.9"  )
2727
2828    modLocalRuntime(" maven.modrinth:fabric-permissions-api:0.4.0"  )
2929    modLocalRuntime(" maven.modrinth:luckperms:5.4.36-forge"  )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22    `litecommands- java- 17 `
33    `litecommands- repositories`
44    `litecommands- publish`
5-     id(" fabric-loom"  ) version " 1.11.4 " 
5+     id(" fabric-loom"  ) version " 1.11.7 " 
66}
77
88repositories {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments