Skip to content

Commit 18f9f86

Browse files
committed
1 parent db7c258 commit 18f9f86

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

alchemist-implementationbase/src/main/kotlin/it/unibo/alchemist/model/timedistributions/MoleculeControlledTimeDistribution.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ constructor(
4949
val errorDistribution: RealDistribution? = null,
5050
) : AnyRealDistribution<T>(
5151
start,
52+
53+
@Suppress("OVERRIDE_DEPRECATION")
5254
object : RealDistribution {
5355
/*
5456
* Unknown values

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ graphstream = "2.0"
1111
junit = "5.13.4"
1212
konf = "1.1.2"
1313
kotest = "6.0.3"
14-
kotlin = "2.2.10"
14+
kotlin = "2.2.20"
1515
kotlinx-coroutines = "1.10.2"
1616
ktor = "3.3.0"
1717
mockito = "5.19.0"

0 commit comments

Comments
 (0)