Latest jSerialComm 2.10.3
This commit is contained in:
parent
d0fe15110b
commit
eabcce1540
|
@ -28,6 +28,9 @@ Release template (copy/paste this for new release):
|
|||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
- Latest jSerialComm 2.10.3
|
||||
|
||||
## July 2023 Release "Day 518"
|
||||
|
||||
### Added
|
||||
|
|
|
@ -21,7 +21,7 @@ dependencies {
|
|||
api project(':core_io')
|
||||
api project(':logging')
|
||||
|
||||
implementation group: 'com.fazecast', name: 'jSerialComm', version: '2.9.3'
|
||||
implementation group: 'com.fazecast', name: 'jSerialComm', version: '2.10.3'
|
||||
implementation group: 'tel.schich', name: 'javacan-core', version: '3.2.0'
|
||||
implementation global_libs.json
|
||||
implementation ts_plugin_libs.httpclient
|
||||
|
|
Loading…
Reference in New Issue