Skip to content

Commit

Permalink
Bump Anvil version + required Kotlin compiler version for compatibili…
Browse files Browse the repository at this point in the history
…ty. (#442)
  • Loading branch information
jongerrish authored Jan 5, 2021
1 parent ce925ed commit 5884879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/anvil/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ maven_install(
"com.google.dagger:dagger:2.28",
"com.google.dagger:dagger-compiler:2.28",
"com.google.dagger:dagger-producers:2.28",
"com.squareup.anvil:compiler:2.0.1",
"com.squareup.anvil:annotations:2.0.1",
"com.squareup.anvil:compiler:2.0.10",
"com.squareup.anvil:annotations:2.0.10",
"androidx.activity:activity:1.0.0",
"androidx.annotation:annotation:1.1.0",
"androidx.appcompat:appcompat-resources:1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions kotlin/internal/repositories/release_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ BAZEL_JAVA_LAUNCHER_VERSION = "3.7.0"

KOTLIN_CURRENT_COMPILER_RELEASE = {
"urls": [
"https://github.com/JetBrains/kotlin/releases/download/v1.4.0/kotlin-compiler-1.4.0.zip",
"https://github.com/JetBrains/kotlin/releases/download/v1.4.20/kotlin-compiler-1.4.20.zip",
],
"sha256": "590391d13b3c65ba52cba470f56efd5b14e2b1f5b9459f63aa12eb38ef52f161",
"sha256": "11db93a4d6789e3406c7f60b9f267eba26d6483dcd771eff9f85bb7e9837011f",
}

KOTLIN_RULES = absolute_target("//kotlin:kotlin.bzl")
Expand Down

0 comments on commit 5884879

Please sign in to comment.