Skip to content

Commit df1b6ff

Browse files
committed
0.1.14
1 parent c64bf31 commit df1b6ff

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/setup-java@v3
8787
with:
8888
distribution: 'temurin'
89-
java-version: 8
89+
java-version: 11
9090
- name: Publish to Maven Central
9191
run: |
9292
if [[ $(git tag --points-at HEAD) != '' ]]; then

readme.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ you are able to investigate and fix them!
7171
To get started with ScalaSql, add it to your `build.sc` file as follows:
7272

7373
```scala
74-
ivy"com.lihaoyi::scalasql:0.1.13"
74+
ivy"com.lihaoyi::scalasql:0.1.14"
7575
```
7676

7777
ScalaSql supports Scala 2.13.x and >=3.4.2
@@ -130,12 +130,9 @@ ScalaSql supports Scala 2.13.x and >=3.4.2
130130

131131
## Changelog
132132

133-
### 0.1.13
133+
### 0.1.14
134134

135135
* Remove uneeded Numeric constraint from ordering-related functions [#47](https://github.com/com-lihaoyi/scalasql/pull/47)
136-
137-
### 0.1.12
138-
139136
* Add `SELECT FOR UPDATE` support for Postgres and MySQL [#45](https://github.com/com-lihaoyi/scalasql/pull/45)
140137

141138
### 0.1.11

0 commit comments

Comments
 (0)