Skip to content

Commit

Permalink
Merge branch 'dev' into ms/#269-enhance-DBFS-tests-with-checking-resu…
Browse files Browse the repository at this point in the history
…lt-output-via-listeners
  • Loading branch information
staudtMarius authored Sep 13, 2022
2 parents d0a9b0e + 5e75f78 commit ab5aafa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'com.diffplug.spotless' version '6.10.0'// code format
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar
id "com.github.ben-manes.versions" version '0.42.0'
id "de.undercouch.download" version "5.1.2" // downloads plugin
id "de.undercouch.download" version "5.1.3" // downloads plugin
id "kr.motd.sphinx" version "2.10.1" // documentation generation
id "com.github.johnrengelman.shadow" version "7.1.2" // fat jar
id "org.sonarqube" version "3.4.0.2513" // sonarqube
Expand All @@ -26,7 +26,7 @@ ext {

scalaVersion = '2.13'
scalaBinaryVersion = '2.13.8'
akkaVersion = '2.6.19'
akkaVersion = '2.6.20'
jtsVersion = '1.19.0'
tscfgVersion = '1.0.0'
scapegoatVersion = '1.4.15'
Expand Down Expand Up @@ -103,9 +103,9 @@ dependencies {
implementation "ch.qos.logback:logback-classic:1.4.0"

/* testing */
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
testImplementation 'org.spockframework:spock-core:2.2-groovy-4.0'
testImplementation 'org.scalatestplus:mockito-3-4_2.13:3.2.10.0'
implementation 'org.mockito:mockito-core:4.7.0' // mocking framework
implementation 'org.mockito:mockito-core:4.8.0' // mocking framework
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.13"
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.64.0' //scalatest html output
testImplementation group: 'org.pegdown', name: 'pegdown', version: '1.6.0'
Expand All @@ -126,7 +126,7 @@ dependencies {
implementation "com.typesafe.akka:akka-actor-typed_${scalaVersion}:${akkaVersion}"
implementation "com.typesafe.akka:akka-slf4j_${scalaVersion}:${akkaVersion}"
implementation "com.typesafe.akka:akka-cluster_${scalaVersion}:${akkaVersion}"
implementation "com.lightbend.akka:akka-stream-alpakka-csv_${scalaVersion}:3.0.4"
implementation "com.lightbend.akka:akka-stream-alpakka-csv_${scalaVersion}:4.0.0"
implementation "com.typesafe.akka:akka-cluster-sharding_${scalaVersion}:${akkaVersion}"
implementation "com.typesafe.akka:akka-cluster-tools_${scalaVersion}:${akkaVersion}"

Expand Down

0 comments on commit ab5aafa

Please sign in to comment.