Skip to content

Commit

Permalink
Merge branch 'dev' into sp/#285-SimSchedulerSpec-enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober authored Aug 1, 2022
2 parents 407a44b + 8d150ff commit 0ebe97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
tscfgVersion = '0.9.998'
scapegoatVersion = '1.4.15'

testContainerVersion = '0.40.9'
testContainerVersion = '0.40.10'

scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator // location of script plugins
}
Expand Down Expand Up @@ -106,7 +106,7 @@ dependencies {
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
testImplementation 'org.scalatestplus:mockito-3-4_2.13:3.2.10.0'
implementation 'org.mockito:mockito-core:4.6.1' // mocking framework
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.12"
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'
testImplementation "com.typesafe.akka:akka-testkit_${scalaVersion}:${akkaVersion}" // akka testkit
Expand Down

0 comments on commit 0ebe97f

Please sign in to comment.