Bump dependencies
This commit is contained in:
		@@ -6,7 +6,7 @@ plugins {
 | 
				
			|||||||
version = '0.1.1'
 | 
					version = '0.1.1'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mainClassName = 'me.msoucy.gbat.MainKt'
 | 
					mainClassName = 'me.msoucy.gbat.MainKt'
 | 
				
			||||||
description = 'My Application'
 | 
					description = 'Git By A Truck'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sourceCompatibility = 1.8
 | 
					sourceCompatibility = 1.8
 | 
				
			||||||
targetCompatibility = 1.8
 | 
					targetCompatibility = 1.8
 | 
				
			||||||
@@ -18,6 +18,7 @@ repositories {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
	implementation 'org.jetbrains.kotlin:kotlin-stdlib'
 | 
						implementation 'org.jetbrains.kotlin:kotlin-stdlib'
 | 
				
			||||||
 | 
						implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
 | 
				
			||||||
	implementation "com.xenomachina:kotlin-argparser:$kotlin_argparser_version"
 | 
						implementation "com.xenomachina:kotlin-argparser:$kotlin_argparser_version"
 | 
				
			||||||
	implementation "org.jetbrains.exposed:exposed-core:0.25.1"
 | 
						implementation "org.jetbrains.exposed:exposed-core:0.25.1"
 | 
				
			||||||
	implementation "org.jetbrains.exposed:exposed-dao:0.25.1"
 | 
						implementation "org.jetbrains.exposed:exposed-dao:0.25.1"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,2 +1,2 @@
 | 
				
			|||||||
kotlinVersion=1.3.70
 | 
					kotlinVersion=1.3.71
 | 
				
			||||||
kotlin_argparser_version=2.0.7
 | 
					kotlin_argparser_version=2.0.7
 | 
				
			||||||
							
								
								
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
				
			|||||||
distributionBase=GRADLE_USER_HOME
 | 
					distributionBase=GRADLE_USER_HOME
 | 
				
			||||||
distributionPath=wrapper/dists
 | 
					distributionPath=wrapper/dists
 | 
				
			||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
 | 
					distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
 | 
				
			||||||
zipStoreBase=GRADLE_USER_HOME
 | 
					zipStoreBase=GRADLE_USER_HOME
 | 
				
			||||||
zipStorePath=wrapper/dists
 | 
					zipStorePath=wrapper/dists
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1 @@
 | 
				
			|||||||
rootProject.name = 'kotlin-quick-start'
 | 
					rootProject.name = 'git-by-a-truck'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user