From df1b6ff2f84539689d77374e0ef559e161056b8c Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 27 Dec 2024 20:14:31 +0900 Subject: [PATCH] 0.1.14 --- .github/workflows/build.yml | 2 +- readme.md | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91176a1..55d735f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: - uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 8 + java-version: 11 - name: Publish to Maven Central run: | if [[ $(git tag --points-at HEAD) != '' ]]; then diff --git a/readme.md b/readme.md index 40025c0..f516572 100644 --- a/readme.md +++ b/readme.md @@ -71,7 +71,7 @@ you are able to investigate and fix them! To get started with ScalaSql, add it to your `build.sc` file as follows: ```scala -ivy"com.lihaoyi::scalasql:0.1.13" +ivy"com.lihaoyi::scalasql:0.1.14" ``` ScalaSql supports Scala 2.13.x and >=3.4.2 @@ -130,12 +130,9 @@ ScalaSql supports Scala 2.13.x and >=3.4.2 ## Changelog -### 0.1.13 +### 0.1.14 * Remove uneeded Numeric constraint from ordering-related functions [#47](https://github.com/com-lihaoyi/scalasql/pull/47) - -### 0.1.12 - * Add `SELECT FOR UPDATE` support for Postgres and MySQL [#45](https://github.com/com-lihaoyi/scalasql/pull/45) ### 0.1.11