From bc548fc3bbce6a3c3933189e22a28c4c195166ee Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:28:42 +0000 Subject: [PATCH] Update rendition to 0.0.4 --- scripts/SQLSTATE_scrape.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/SQLSTATE_scrape.scala b/scripts/SQLSTATE_scrape.scala index 92e9b73..493dede 100644 --- a/scripts/SQLSTATE_scrape.scala +++ b/scripts/SQLSTATE_scrape.scala @@ -1,5 +1,5 @@ //> using lib "org.scala-lang.modules::scala-xml:2.1.0" -//> using lib "com.indoorvivants::rendition:0.0.3" +//> using lib "com.indoorvivants::rendition:0.0.4" //> using lib "com.lihaoyi::os-lib:0.9.3" import scala.xml.*