From 8036760ab31d7a14e8789afb24c6bfa21ebc62cc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Oct 2025 09:22:02 +0000 Subject: [PATCH] Update jupyter-api to 0.14.2 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 704a7ae..7b8c296 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -6,7 +6,7 @@ object Deps { import Def.setting - def almondScalaApi = "sh.almond" %% "jupyter-api" % "0.13.14" + def almondScalaApi = "sh.almond" %% "jupyter-api" % "0.14.2" def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.3" % "1.3.1") def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.6" def jodaTime = "joda-time" % "joda-time" % "2.12.7"