Skip to content

Commit

Permalink
Add missing version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Sep 17, 2019
1 parent 3c5112b commit 1b6486f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.karumi.kotlinsnapshot'
version '2.1.0'
version '2.1.1'

buildscript {
ext.kotlin_version = '1.3.21'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ open class KotlinSnapshotPlugin : Plugin<Project> {
project.gradle.addListener(object : DependencyResolutionListener {
override fun beforeResolve(dependencies: ResolvableDependencies?) {
val dependency = project.dependencies
.create("com.karumi.kotlinsnapshot:core:2.1.0")
.create("com.karumi.kotlinsnapshot:core:2.1.1")
project.dependencies.add("testImplementation", dependency)
project.gradle.removeListener(this)
}
Expand Down

0 comments on commit 1b6486f

Please sign in to comment.