File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ you are able to investigate and fix them!
7171To 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
7777ScalaSql 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
You can’t perform that action at this time.
0 commit comments