Skip to content

Commit ba628f5

Browse files
authored
Merge branch 'master' into update/HikariCP-6.3.2
2 parents 16a964c + 5a5b8ae commit ba628f5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/scala-steward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Scala Steward
1414
steps:
1515
- name: Scala Steward
16-
uses: scala-steward-org/scala-steward-action@v2.75.0
16+
uses: scala-steward-org/scala-steward-action@v2.76.0
1717
with:
1818
github-app-id: ${{ secrets.SCALA_STEWARD_GITHUB_APP_ID }}
1919
github-app-installation-id: ${{ secrets.SCALA_STEWARD_GITHUB_APP_INSTALLATION_ID }}

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ lazy val `quill-engine` =
204204
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
205205
("com.github.takayahilton" %% "sql-formatter" % "1.2.1").cross(CrossVersion.for3Use2_13),
206206
"io.suzaku" %% "boopickle" % "1.5.0",
207-
"com.lihaoyi" %% "pprint" % "0.9.0",
207+
"com.lihaoyi" %% "pprint" % "0.9.3",
208208
"com.github.ben-manes.caffeine" % "caffeine" % "3.2.2"
209209
),
210210
coverageExcludedPackages := "<empty>;.*AstPrinter;.*Using;io.getquill.Model;io.getquill.ScalarTag;io.getquill.QuotationTag"
@@ -533,7 +533,7 @@ lazy val `quill-test-kit` =
533533
lazy val jdbcTestingLibraries = Seq(
534534
libraryDependencies ++= Seq(
535535
"com.zaxxer" % "HikariCP" % "6.3.2" exclude ("org.slf4j", "*"),
536-
"com.mysql" % "mysql-connector-j" % "9.3.0" % Test,
536+
"com.mysql" % "mysql-connector-j" % "9.4.0" % Test,
537537
"com.h2database" % "h2" % "2.3.232" % Test,
538538
"org.postgresql" % "postgresql" % "42.7.7" % Test,
539539
"org.xerial" % "sqlite-jdbc" % "3.50.3.0" % Test,

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.3
1+
sbt.version=1.11.4

0 commit comments

Comments
 (0)