Skip to content

Commit

Permalink
Merge pull request #6 from InsanusMokrassar/0.1.9
Browse files Browse the repository at this point in the history
0.1.9
  • Loading branch information
InsanusMokrassar authored Apr 24, 2024
2 parents 7977063 + 22b6d1f commit d4fb9d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
mavenLocal()
maven { url "https://git.inmo.dev/api/packages/InsanusMokrassar/maven" }
maven { url "https://nexus.inmo.dev/repository/maven-releases/" }
}

dependencies {
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ org.gradle.parallel=true
kotlin.js.generate.externals=true
kotlin.incremental=true

kotlin_version=1.9.21
plagubot_version=7.4.0
plugins_version=0.17.0
kotlin_version=1.9.23
plagubot_version=8.3.0
plugins_version=0.18.3

micro_utils_version=0.20.15
tgbotapi_version=9.4.1
serialization_version=1.6.1
micro_utils_version=0.20.45
tgbotapi_version=12.0.1
serialization_version=1.6.3

version=0.1.8
version=0.1.9
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d4fb9d1

Please sign in to comment.