Skip to content

Commit 2cc87f6

Browse files
committed
chore(deps): dependencies 2025-11-24 (generated)
algolia/api-clients-automation#5653 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com>
1 parent 34dc1bd commit 2cc87f6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/do-not-edit-this-repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Close PR
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Close PR
2020
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: "startsWith(github.event.head_commit.message, 'chore: release')"
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-tags: true
1818
ref: ${{ github.ref }}

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
organization := "com.algolia"
22
name := "algoliasearch-scala"
33
description := "Scala client for Algolia Search API"
4-
scalaVersion := "2.13.17"
4+
scalaVersion := "2.13.18"
55
crossScalaVersions := Seq("2.13.12", "3.6.3")
66
Test / publishArtifact := false
77
licenses += ("MIT", url("https://opensource.org/licenses/MIT"))
@@ -32,9 +32,9 @@ lazy val root = project
3232

3333
// Project dependencies
3434
libraryDependencies ++= Seq(
35-
"com.squareup.okhttp3" % "okhttp" % "5.3.1" % "compile",
35+
"com.squareup.okhttp3" % "okhttp" % "5.3.2" % "compile",
3636
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
37-
"com.squareup.okhttp3" % "logging-interceptor" % "5.3.1",
37+
"com.squareup.okhttp3" % "logging-interceptor" % "5.3.2",
3838
"org.slf4j" % "slf4j-api" % "2.0.17"
3939
)
4040

0 commit comments

Comments
 (0)