+versions
This commit is contained in:
		
							parent
							
								
									da1289e3be
								
							
						
					
					
						commit
						b68da9237a
					
				@ -10,18 +10,18 @@ plugins {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
group = "net.sergeych"
 | 
			
		||||
version = "0.0.1-SNAPSHOT"
 | 
			
		||||
version = "0.0.2-SNAPSHOT"
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
    mavenCentral()
 | 
			
		||||
    maven("https://maven.universablockchain.com")
 | 
			
		||||
    mavenLocal()
 | 
			
		||||
    maven("https://maven.universablockchain.com")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
kotlin {
 | 
			
		||||
    jvm {
 | 
			
		||||
        compilations.all {
 | 
			
		||||
            kotlinOptions.jvmTarget = "1.8"
 | 
			
		||||
            kotlinOptions.jvmTarget = "11"
 | 
			
		||||
        }
 | 
			
		||||
        withJava()
 | 
			
		||||
        testRuns["test"].executionTask.configure {
 | 
			
		||||
@ -45,7 +45,7 @@ kotlin {
 | 
			
		||||
                implementation("io.ktor:ktor-client-core:$ktor_version")
 | 
			
		||||
                implementation("io.ktor:ktor-client-websockets:$ktor_version")
 | 
			
		||||
                api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
 | 
			
		||||
                api("net.sergeych:boss-serialization-mp:[0.1.3-SNAPSHOT,)")
 | 
			
		||||
                api("net.sergeych:boss-serialization-mp:0.1.4-SNAPSHOT")
 | 
			
		||||
                api("net.sergeych:mp_stools:1.2.3-SNAPSHOT")
 | 
			
		||||
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user