Skip to content

Commit

Permalink
Merge pull request #28 from turchenkoalex/upgrade-kotlin-1.7.21
Browse files Browse the repository at this point in the history
Bump kotlin version 1.7.21
  • Loading branch information
turchenkoalex authored Nov 11, 2022
2 parents 27a3775 + e3c3147 commit f7a5061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.7.20"
kotlin("jvm") version "1.7.21"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/com/ecwid/gradle/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package com.ecwid.gradle

object Versions {
const val kotlin = "1.7.20"
const val kotlin = "1.7.21"
const val junit = "5.9.1"
const val apacheHttpClient = "4.5.13"
const val gson = "2.9.1"
const val jackson = "2.13.4"
const val jackson = "2.14.0"
const val commonsCli = "1.5.0"
const val freemarker = "2.3.31"
const val mockk = "1.13.2"
Expand Down

0 comments on commit f7a5061

Please sign in to comment.