mirror of
				https://github.com/InsanusMokrassar/PlaguBot.git
				synced 2025-11-03 21:50:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
[versions]
 | 
						|
 | 
						|
kt = "2.1.10"
 | 
						|
kt-serialization = "1.8.0"
 | 
						|
kt-coroutines = "1.10.1"
 | 
						|
 | 
						|
microutils = "0.24.6"
 | 
						|
tgbotapi = "23.2.0"
 | 
						|
 | 
						|
ksp = "2.1.10-1.0.29"
 | 
						|
 | 
						|
jb-exposed = "0.59.0"
 | 
						|
jb-dokka = "2.0.0"
 | 
						|
 | 
						|
sqlite = "3.49.0.0"
 | 
						|
 | 
						|
gh-release = "2.5.2"
 | 
						|
 | 
						|
koin = "4.0.2"
 | 
						|
 | 
						|
[libraries]
 | 
						|
 | 
						|
kt-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kt" }
 | 
						|
 | 
						|
kt-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kt-coroutines" }
 | 
						|
kt-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kt-serialization" }
 | 
						|
 | 
						|
tgbotapi = { module = "dev.inmo:tgbotapi", version.ref = "tgbotapi" }
 | 
						|
tgbotapi-behaviourBuilder-fsm = { module = "dev.inmo:tgbotapi.behaviour_builder.fsm", version.ref = "tgbotapi" }
 | 
						|
microutils-repos-exposed = { module = "dev.inmo:micro_utils.repos.exposed", version.ref = "microutils" }
 | 
						|
microutils-koin = { module = "dev.inmo:micro_utils.koin", version.ref = "microutils" }
 | 
						|
microutils-koin-generator = { module = "dev.inmo:micro_utils.koin.generator", version.ref = "microutils" }
 | 
						|
microutils-startup-launcher = { module = "dev.inmo:micro_utils.startup.launcher", version.ref = "microutils" }
 | 
						|
microutils-startup-plugin = { module = "dev.inmo:micro_utils.startup.plugin", version.ref = "microutils" }
 | 
						|
 | 
						|
koin = { module = "io.insert-koin:koin-core", version.ref = "koin" }
 | 
						|
 | 
						|
jb-exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "jb-exposed" }
 | 
						|
 | 
						|
sqlite = { module = "org.xerial:sqlite-jdbc", version.ref = "sqlite" }
 | 
						|
 | 
						|
 | 
						|
kt-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kt" }
 | 
						|
 | 
						|
 | 
						|
buildscript-kt-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kt" }
 | 
						|
buildscript-kt-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kt" }
 | 
						|
buildscript-jb-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "jb-dokka" }
 | 
						|
buildscript-gh-release = { module = "com.github.breadmoirai:github-release", version.ref = "gh-release" }
 | 
						|
buildscript-ksp = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
 |