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 86
86
- uses : actions/setup-java@v3
87
87
with :
88
88
distribution : ' temurin'
89
- java-version : 8
89
+ java-version : 11
90
90
- name : Publish to Maven Central
91
91
run : |
92
92
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!
71
71
To get started with ScalaSql, add it to your ` build.sc ` file as follows:
72
72
73
73
``` scala
74
- ivy " com.lihaoyi::scalasql:0.1.13 "
74
+ ivy " com.lihaoyi::scalasql:0.1.14 "
75
75
```
76
76
77
77
ScalaSql supports Scala 2.13.x and >=3.4.2
@@ -130,12 +130,9 @@ ScalaSql supports Scala 2.13.x and >=3.4.2
130
130
131
131
## Changelog
132
132
133
- ### 0.1.13
133
+ ### 0.1.14
134
134
135
135
* Remove uneeded Numeric constraint from ordering-related functions [ #47 ] ( https://github.com/com-lihaoyi/scalasql/pull/47 )
136
-
137
- ### 0.1.12
138
-
139
136
* Add ` SELECT FOR UPDATE ` support for Postgres and MySQL [ #45 ] ( https://github.com/com-lihaoyi/scalasql/pull/45 )
140
137
141
138
### 0.1.11
You can’t perform that action at this time.
0 commit comments