Skip to content

Commit

Permalink
Merge pull request #2 from RBusarow/kotlinPoet_1.6.0
Browse files Browse the repository at this point in the history
KotlinPoet 1.5.0 -> 1.6.0
  • Loading branch information
RBusarow authored Jun 2, 2020
2 parents dd477e2 + a261a02 commit fe475db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoomigrantCompiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group = 'com.github.MatrixDev'
dependencies {
implementation project(':RoomigrantLib')

implementation 'com.squareup:kotlinpoet:1.5.0'
implementation 'com.squareup:kotlinpoet:1.6.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'androidx.room:room-runtime:2.2.5'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit fe475db

Please sign in to comment.