Update scodec-bits to 1.1.38 (#5273)

This commit is contained in:
Scala Steward 2023-10-24 17:47:47 +02:00 committed by GitHub
parent a47e18187d
commit 984a2344bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ object Deps {
val playv = "2.10.2" //https://github.com/playframework/play-json/releases
val akkaStreamv = "2.6.20"
val jUnixSocketV = "2.8.1"
val scodecV = "1.1.37"
val scodecV = "1.1.38"
val junitV = "0.13.3"
val nativeLoaderV = "2.4.0"
val typesafeConfigV = "1.4.3"