Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalikejdbc, scalikejdbc-config, ... to 3.5.0 #106

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2f1692d
Update scalikejdbc, scalikejdbc-config, ... to 3.5.0
scala-steward Sep 4, 2021
7f6aa15
Merge branch 'master' into update/scalikejdbc-3.5.0
scala-steward Nov 2, 2021
ea6c859
Update scalikejdbc, scalikejdbc-config, ... to 3.5.0
scala-steward Nov 2, 2021
6a2f661
Merge branch 'master' into update/scalikejdbc-3.5.0
scala-steward Jan 12, 2022
8bbf7b5
Update scalikejdbc, scalikejdbc-config, ... to 3.5.0
scala-steward Jan 12, 2022
254ce5e
Revert commit(s) 8bbf7b5
scala-steward Jul 13, 2022
dcaa753
Merge branch 'master' into update/scalikejdbc-3.5.0
scala-steward Jul 13, 2022
a5b3b1f
Update scalikejdbc, scalikejdbc-config, ... to 3.5.0
scala-steward Jul 13, 2022
aee376d
Revert commit(s) a5b3b1f
scala-steward Sep 17, 2022
0c70609
Merge branch 'master' into update/scalikejdbc-3.5.0
scala-steward Sep 17, 2022
aed8bd4
Update scalikejdbc, scalikejdbc-config, ... to 3.5.0
scala-steward Sep 17, 2022
b1e8b1a
Revert commit(s) aed8bd4
scala-steward Oct 25, 2022
3104144
Merge branch 'master' into update/scalikejdbc-3.5.0
scala-steward Oct 25, 2022
9cf4993
Update scalikejdbc, scalikejdbc-config, ... to 3.5.0
scala-steward Oct 25, 2022
1255feb
Revert commit(s) 9cf4993
scala-steward Jun 14, 2023
514cb04
Merge branch 'master' into update/scalikejdbc-3.5.0
scala-steward Jun 14, 2023
e2944d5
Update scalikejdbc, scalikejdbc-config, ... to 3.5.0
scala-steward Jun 14, 2023
974ae88
Revert commit(s) e2944d5
scala-steward Jun 16, 2023
2c4ce38
Merge branch 'master' into update/scalikejdbc-3.5.0
scala-steward Jun 16, 2023
cb45270
Update scalikejdbc, scalikejdbc-config, ... to 3.5.0
scala-steward Jun 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val Scala2_13 = "2.13.6"
val Scala3 = "3.0.1"

val versions = new {
val scalikejdbc = "3.3.5"
val scalikejdbc = "3.5.0"
val silencer = "1.17.13"
}

Expand Down