From 7cd1bddbb898eae87a618959654ed99f9e58c2fd Mon Sep 17 00:00:00 2001 From: Sakib Hadziavdic Date: Sat, 24 Aug 2024 23:41:12 +0200 Subject: [PATCH] Update docs to 0.5.1 --- docs/src/utils/Consts.scala | 2 +- examples/cli/hello.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/utils/Consts.scala b/docs/src/utils/Consts.scala index 8092bc0..df57025 100644 --- a/docs/src/utils/Consts.scala +++ b/docs/src/utils/Consts.scala @@ -6,7 +6,7 @@ object Consts: val ArtifactOrg = "ba.sake" val ArtifactName = "squery" - val ArtifactVersion = "0.5.0" + val ArtifactVersion = "0.5.1" val GhHandle = "sake92" val GhProjectName = "squery" diff --git a/examples/cli/hello.sc b/examples/cli/hello.sc index 1891bfc..2bd91c1 100644 --- a/examples/cli/hello.sc +++ b/examples/cli/hello.sc @@ -1,5 +1,5 @@ //> using scala "3.3.1" -//> using dep "ba.sake::squery:0.5.0" +//> using dep "ba.sake::squery:0.5.1" //> using dep "com.h2database:h2:2.1.214" //> using dep "com.lihaoyi::pprint:0.9.0"