Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
santosbogo committed Sep 12, 2024
1 parent 31d2b58 commit fc434d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2'
implementation 'com.github.santosbogo.PrintScript:lexer:1.1.21-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:parser:1.1.21-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:interpreter:1.1.21-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:formatter:1.1.21-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:linter:1.1.21-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:shared:1.1.21-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:runner:1.1.21-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:lexer:1.1.22-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:parser:1.1.22-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:interpreter:1.1.22-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:formatter:1.1.22-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:linter:1.1.22-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:shared:1.1.22-SNAPSHOT'
implementation 'com.github.santosbogo.PrintScript:runner:1.1.22-SNAPSHOT'
}

test {
Expand Down

0 comments on commit fc434d6

Please sign in to comment.