mirror of
				https://github.com/InsanusMokrassar/TelegramBotAPI.git
				synced 2025-11-04 06:00:15 +00:00 
			
		
		
		
	update dependencies
This commit is contained in:
		@@ -2,6 +2,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## 9.4.0
 | 
					## 9.4.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* `Version`:
 | 
				
			||||||
 | 
					  * `Serialization`: `1.6.0` -> `1.6.1`
 | 
				
			||||||
 | 
					  * `Ktor`: `2.3.5` -> `2.3.6`
 | 
				
			||||||
 | 
					  * `MicroUtils`: `0.20.12` -> `0.20.14`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 9.3.0
 | 
					## 9.3.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This release become possible thanks to [Anton Lakotka](https://youtrack.jetbrains.com/users/anton.lakotka)
 | 
					This release become possible thanks to [Anton Lakotka](https://youtrack.jetbrains.com/users/anton.lakotka)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,6 +16,7 @@ buildscript {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    alias(libs.plugins.kotlin.dokka)
 | 
					    alias(libs.plugins.kotlin.dokka)
 | 
				
			||||||
 | 
					    alias(libs.plugins.versions)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// temporal crutch until legacy tests will be stabled or legacy target will be removed
 | 
					// temporal crutch until legacy tests will be stabled or legacy target will be removed
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,19 +1,21 @@
 | 
				
			|||||||
[versions]
 | 
					[versions]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
kotlin = "1.9.20"
 | 
					kotlin = "1.9.20"
 | 
				
			||||||
kotlin-serialization = "1.6.0"
 | 
					kotlin-serialization = "1.6.1"
 | 
				
			||||||
kotlin-coroutines = "1.7.3"
 | 
					kotlin-coroutines = "1.7.3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
javax-activation = "1.1.1"
 | 
					javax-activation = "1.1.1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
korlibs = "4.0.10"
 | 
					korlibs = "4.0.10"
 | 
				
			||||||
uuid = "0.8.1"
 | 
					uuid = "0.8.1"
 | 
				
			||||||
ktor = "2.3.5"
 | 
					ktor = "2.3.6"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ksp = "1.9.20-1.0.14"
 | 
					ksp = "1.9.20-1.0.14"
 | 
				
			||||||
kotlin-poet = "1.14.2"
 | 
					kotlin-poet = "1.14.2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
microutils = "0.20.12"
 | 
					microutils = "0.20.14"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					versions = "0.50.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
github-release-plugin = "2.4.1"
 | 
					github-release-plugin = "2.4.1"
 | 
				
			||||||
dokka = "1.9.10"
 | 
					dokka = "1.9.10"
 | 
				
			||||||
@@ -71,3 +73,4 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
 | 
				
			|||||||
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
 | 
					kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
 | 
				
			||||||
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
 | 
					kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
 | 
				
			||||||
kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
 | 
					kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
 | 
				
			||||||
 | 
					versions = { id = "com.github.ben-manes.versions", version.ref = "versions" }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user