From cf90ce3184dacacf70f7c81581d94d1ee1297f82 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 9 Feb 2021 13:14:49 +0100 Subject: [PATCH] Update janino to 3.1.3 (#2559) --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index a7ee7716ee..c42bdbffbc 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -57,7 +57,7 @@ object Deps { // CLI deps val scoptV = "4.0.0" val sttpV = "1.7.2" - val codehausV = "3.1.2" + val codehausV = "3.1.3" } object Compile {