diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-03-11 12:16:10 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-03-11 12:16:10 +0100 |
| commit | 1ccfcb28bb91c9dc456a1f324a0be6300086eb28 (patch) | |
| tree | b03bbf6dc69cc2d2c7fcfda1ad0b081c91443312 /buildSrc/src/main/kotlin/library.kt | |
| parent | 2dd2bfe87bcbe368f46ce8e975ccccbfac2c0560 (diff) | |
| parent | 1200816b7bf5c76b6bbb91b7e4555e9f04ea1af9 (diff) | |
Merge branch 'feat/2.x-power-model' into '2.x'
Implement basic power usage model
See merge request opendc/opendc-simulator!36
Diffstat (limited to 'buildSrc/src/main/kotlin/library.kt')
| -rw-r--r-- | buildSrc/src/main/kotlin/library.kt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/buildSrc/src/main/kotlin/library.kt b/buildSrc/src/main/kotlin/library.kt index 9532122d..6333e351 100644 --- a/buildSrc/src/main/kotlin/library.kt +++ b/buildSrc/src/main/kotlin/library.kt @@ -30,20 +30,20 @@ object Library { /** * The library for testing the projects. */ - val JUNIT_JUPITER = "5.5.2" + val JUNIT_JUPITER = "5.6.0" /** * The library for hosting the tests. */ - val JUNIT_PLATFORM = "1.5.2" + val JUNIT_PLATFORM = "1.6.0" /** * Logging facade. */ - val SLF4J = "1.7.29" + val SLF4J = "1.7.30" /** * Kotlin coroutines support */ - val KOTLINX_COROUTINES = "1.3.3" + val KOTLINX_COROUTINES = "1.3.4" } |
