Skip to content

Commit

Permalink
Merge branch 'main' into ms/#67-reduce-memory-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann authored Jan 7, 2025
2 parents 9c81ad4 + 60ce749 commit 04b6726
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {

scalaVersion = '2.13'
scalaBinaryVersion = '2.13.15'
tscfgVersion = '1.1.5'
tscfgVersion = '1.2.1'
slf4jVersion = '2.0.16'

scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
Expand Down Expand Up @@ -63,7 +63,7 @@ dependencies {

implementation 'org.codehaus.groovy:groovy:3.0.23'

implementation 'tech.units:indriya:2.2.1'
implementation 'tech.units:indriya:2.2.2'
implementation 'org.locationtech.jts:jts-core:1.20.0'
implementation 'commons-io:commons-io:2.18.0'

Expand All @@ -78,13 +78,13 @@ dependencies {
// NEW scala libs //
// CORE Scala //
implementation "org.scala-lang:scala-library:$scalaBinaryVersion"
implementation 'org.scala-lang.modules:scala-parallel-collections_2.13:1.0.4'
implementation 'org.scala-lang.modules:scala-parallel-collections_2.13:1.1.0'

// TEST Scala //
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.19"
testImplementation 'com.vladsch.flexmark:flexmark-all:0.64.8'
testImplementation "org.pegdown:pegdown:1.6.0" // HTML report for scalatest
implementation 'org.mockito:mockito-core:5.14.2' // mocking framework
implementation 'org.mockito:mockito-core:5.15.2' // mocking framework

// config //
implementation 'com.typesafe:config:+'
Expand Down

0 comments on commit 04b6726

Please sign in to comment.