Skip to content

Commit

Permalink
Merge pull request #3 from wowselim/bump-kotlin-to-1.5.0-and-kotlinpo…
Browse files Browse the repository at this point in the history
…et-to-1.8.0

bump dependencies
  • Loading branch information
wowselim authored May 23, 2021
2 parents bacafab + eb06364 commit 3b0b273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0"
}
}

Expand All @@ -13,7 +13,7 @@ allprojects {
apply plugin: 'maven-publish'

group 'co.selim.goldfinch'
version '1.2.0'
version '1.1.0'

java {
withSourcesJar()
Expand Down
4 changes: 2 additions & 2 deletions codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repositories {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib"
implementation "com.squareup:kotlinpoet:1.7.2"
implementation "com.squareup:kotlinpoet-metadata:1.7.2"
implementation "com.squareup:kotlinpoet:1.8.0"
implementation "com.squareup:kotlinpoet-metadata:1.8.0"
implementation project(':annotation')
}

Expand Down

0 comments on commit 3b0b273

Please sign in to comment.