Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
java-version: ['21', '25']
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v5
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
matrix:
java-version: ['21', '25']
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opencode-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
issues: write
steps:
- name: Checkout Renovate PR branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opencode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
issues: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-scala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Renovate
uses: renovatebot/github-action@v46.1.15
uses: renovatebot/github-action@v46.1.16
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ lazy val delayedqueueJVM = project
"org.funfix" % "delayedqueue-jvm" % version.value,
"org.typelevel" %% "cats-effect" % "3.7.0",
// Testing
"org.scalameta" %% "munit" % "1.3.2" % Test,
"org.scalameta" %% "munit" % "1.3.3" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.2.0" % Test,
"org.typelevel" %% "cats-effect-testkit" % "3.7.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ binary-compatibility-validator = "0.18.1"
dokka = "2.2.0"
kotlin = "2.4.0"
kover = "0.9.8"
publish-plugin = "0.36.0"
publish-plugin = "0.37.0"
versions-plugin = "0.54.0"
ktfmt-plugin = "0.26.0"

Expand All @@ -19,13 +19,13 @@ ktfmt-gradle-plugin = { module = "com.ncorti.ktfmt.gradle:com.ncorti.ktfmt.gradl

# Libraries
funfix-tasks-jvm = { module = "org.funfix:tasks-jvm", version = "0.4.1" }
hikaricp = { module = "com.zaxxer:HikariCP", version = "7.0.2" }
hikaricp = { module = "com.zaxxer:HikariCP", version = "7.1.0" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.34" }
jdbc-hsqldb = { module = "org.hsqldb:hsqldb", version = "2.7.4" }
jdbc-h2 = { module = "com.h2database:h2", version = "2.4.240" }
jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.53.2.0" }
jdbc-mssql = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "13.4.0.jre11" }
jdbc-mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.5.8" }
jdbc-mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.5.9" }
jdbc-mysql = { module = "com.mysql:mysql-connector-j", version = "9.7.0" }
jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.11" }
jdbc-oracle = { module = "com.oracle.database.jdbc:ojdbc11", version = "23.26.2.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.6")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.8")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.7")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.6.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

// https://github.com/typelevel/sbt-tpolecat/issues/291
Expand Down