Update janino to 3.1.9 (#4888)

This commit is contained in:
Scala Steward 2022-11-17 19:03:02 +01:00 committed by GitHub
parent dbd54ca55f
commit 775395874e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ object Deps {
// CLI deps // CLI deps
val scoptV = "4.1.0" val scoptV = "4.1.0"
val sttpV = "3.8.3" // https://github.com/softwaremill/sttp val sttpV = "3.8.3" // https://github.com/softwaremill/sttp
val codehausV = "3.1.8" val codehausV = "3.1.9"
val scalaJsTimeV = "2.4.0" val scalaJsTimeV = "2.4.0"
val zxingV = "3.5.0" val zxingV = "3.5.0"