Skip to content

Commit

Permalink
Update :dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Oct 25, 2024
1 parent 65983c1 commit cf04ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.warning.mode=all
org.gradle.console=plain

# Gradle
version=3.7.1
version=3.7.2
group=com.hexagonkt
description=The atoms of your platform

Expand Down
8 changes: 1 addition & 7 deletions starters/kotlin_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@
</properties>

<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<artifactId>kotlin-test-junit5</artifactId>
<scope>test</scope>
<version>${kotlin.version}</version>
</dependency>
Expand Down

0 comments on commit cf04ad5

Please sign in to comment.