Skip to content

Commit

Permalink
updated hs-test version (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks authored Nov 7, 2024
1 parent 305e959 commit e69a07c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions epicbox-hyperskill/gradle-spring/checker/sandbox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subprojects {
}

dependencies {
testImplementation 'com.github.hyperskill:hs-test:12.0.2'
testImplementation 'com.github.hyperskill:hs-test:12.0.3'
}

sourceSets {
Expand Down Expand Up @@ -44,7 +44,7 @@ subprojects {

project(':util') {
dependencies {
implementation 'com.github.hyperskill:hs-test:12.0.2'
implementation 'com.github.hyperskill:hs-test:12.0.3'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.github.hyperskill:hs-gradle-plugin:1.6'
classpath 'org.hyperskill:hs-gradle-plugin:1.7'
}
}

Expand Down
2 changes: 1 addition & 1 deletion epicbox-hyperskill/gradle/checker/template/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
implementation 'org.scala-lang:scala-library:2.13.12'
testImplementation 'com.github.hyperskill:hs-test:12.0.2'
testImplementation 'com.github.hyperskill:hs-test:12.0.3'
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion epicbox-hyperskill/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN mkdir /checker && \
rm /checker/kotlin.zip

RUN curl -L -o /checker/hs-test.jar \
https://github.com/hyperskill/hs-test/releases/download/v12.0.2/hs-test-12.0.2.jar
https://github.com/hyperskill/hs-test/releases/download/v12.0.3/hs-test-12.0.3.jar

ENV PATH="/checker/kotlinc/bin:$PATH"

Expand Down

0 comments on commit e69a07c

Please sign in to comment.