Skip to content

Commit

Permalink
Hotfix: radar-jersey fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Oct 27, 2020
1 parent 68f297d commit 8c1ecfa
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

subprojects {
version = "0.2.1"
version = "0.2.1.1"

repositories {
// Use jcenter for resolving your dependencies.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ org.jetbrains.idea.gradle.syncTasks=:radar-expression-lang:generateGrammarSource
kotlinVersion=1.4.10
jacksonVersion=2.11.3
antlrVersion=4.8-1
radarJerseyVersion=0.4.2
radarJerseyVersion=0.4.2.1
h2Version=1.4.200

0 comments on commit 8c1ecfa

Please sign in to comment.