-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update doobie-core, doobie-hikari to 1.0.0-RC7 (#1747)
* Update doobie-core, doobie-hikari to 1.0.0-RC7 * added import for automatic derivation of Read in doobie, introduced in RC7 * actually test 3.3.5 --------- Co-authored-by: Julien Jean Paul Sirocchi <[email protected]>
- Loading branch information
1 parent
264f547
commit 405407a
Showing
5 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
matrix: | ||
scala: | ||
- 2.13.16 | ||
- 3.3.4 | ||
- 3.3.5 | ||
java: | ||
- [email protected] | ||
- [email protected] | ||
|
@@ -130,7 +130,7 @@ jobs: | |
project/target | ||
key: ${{ runner.os }}-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} | ||
- name: Publish Snapshot for Scala 3 | ||
run: CI_SNAPSHOT_RELEASE=publish sbt ++3.3.4 releaseIt | ||
run: CI_SNAPSHOT_RELEASE=publish sbt ++3.3.5 releaseIt | ||
env: | ||
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} | ||
PGP_SECRET: ${{ secrets.PGP_SECRET }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters