Skip to content

Commit

Permalink
Update docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Aug 17, 2024
1 parent d5135b1 commit 522d5ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/utils/Consts.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Consts:

val ArtifactOrg = "ba.sake"
val ArtifactName = "squery"
val ArtifactVersion = "0.0.16"
val ArtifactVersion = "0.4.1"

val GhHandle = "sake92"
val GhProjectName = "squery"
Expand Down
4 changes: 2 additions & 2 deletions examples/cli/hello.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//> using scala "3.3.1"
//> using dep "ba.sake::squery:0.2.0"
//> using dep "ba.sake::squery:0.4.0"
//> using dep "com.h2database:h2:2.1.214"
//> using dep "com.lihaoyi::pprint:0.8.1"
//> using dep "com.lihaoyi::pprint:0.9.0"

import ba.sake.squery.{*, given}
import org.h2.jdbcx.JdbcDataSource
Expand Down

0 comments on commit 522d5ff

Please sign in to comment.