Update plotly version
This commit is contained in:
parent
e729cb1a79
commit
f974483a41
@ -72,6 +72,7 @@ public abstract class DeviceBase<D : Device>(
|
|||||||
onBufferOverflow = BufferOverflow.DROP_OLDEST
|
onBufferOverflow = BufferOverflow.DROP_OLDEST
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@OptIn(kotlinx.coroutines.ExperimentalCoroutinesApi::class)
|
||||||
override val coroutineContext: CoroutineContext = context.newCoroutineContext(
|
override val coroutineContext: CoroutineContext = context.newCoroutineContext(
|
||||||
SupervisorJob(context.coroutineContext[Job]) +
|
SupervisorJob(context.coroutineContext[Job]) +
|
||||||
CoroutineName("Device $this") +
|
CoroutineName("Device $this") +
|
||||||
|
@ -10,7 +10,7 @@ fazecast = "2.10.3"
|
|||||||
|
|
||||||
tornadofx = "1.7.20"
|
tornadofx = "1.7.20"
|
||||||
|
|
||||||
plotlykt = "0.5.3"
|
plotlykt = "0.7.0"
|
||||||
|
|
||||||
logback = "1.2.11"
|
logback = "1.2.11"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user