Skip to content

Commit

Permalink
Update janino to 2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 13, 2022
1 parent 4f14e2d commit 8d146e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lazy val root = project
"org.tpolecat" %% "doobie-hikari" % doobieVersion,
"org.bouncycastle" % "bcprov-jdk15to18" % "1.66",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.codehaus.janino" % "janino" % "2.6.1",
"org.codehaus.janino" % "janino" % "2.7.8",
"com.google.cloud" % "google-cloud-storage" % "2.1.0"
),
assembly / mainClass := Some("io.blindsend.Main"),
Expand Down

0 comments on commit 8d146e6

Please sign in to comment.