Skip to content

Commit

Permalink
[Issue #38] Revert reflections library to 0.9.11 due to critical bug --
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav.Tankov committed Jun 2, 2020
1 parent ae3b224 commit d377d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompile
import tanvd.kosogor.defaults.configureIdea

group = "io.kotless"
version = "0.1.4"
version = "0.1.5"

plugins {
id("tanvd.kosogor") version "1.0.9" apply true
Expand Down
2 changes: 1 addition & 1 deletion dsl/kotless/lang/build.gradle.kts
Expand Up @@ -9,7 +9,7 @@ dependencies {
api(project(":dsl:common:lang-common"))

implementation(kotlin("reflect"))
implementation("org.reflections", "reflections", "0.9.12")
implementation("org.reflections", "reflections", "0.9.11")

implementation("org.slf4j", "slf4j-log4j12", Versions.slf4j)
implementation("log4j", "log4j", Versions.log4j)
Expand Down

0 comments on commit d377d05

Please sign in to comment.