Update plotly version

This commit is contained in:
Alexander Nozik 2024-04-29 18:28:14 +03:00
parent e729cb1a79
commit f974483a41
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@ public abstract class DeviceBase<D : Device>(
onBufferOverflow = BufferOverflow.DROP_OLDEST
)
@OptIn(kotlinx.coroutines.ExperimentalCoroutinesApi::class)
override val coroutineContext: CoroutineContext = context.newCoroutineContext(
SupervisorJob(context.coroutineContext[Job]) +
CoroutineName("Device $this") +

View File

@ -10,7 +10,7 @@ fazecast = "2.10.3"
tornadofx = "1.7.20"
plotlykt = "0.5.3"
plotlykt = "0.7.0"
logback = "1.2.11"