File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 11organization := " com.algolia"
22name := " algoliasearch-scala"
33description := " Scala client for Algolia Search API"
4- scalaVersion := " 2.13.17 "
4+ scalaVersion := " 2.13.18 "
55crossScalaVersions := Seq (" 2.13.12" , " 3.6.3" )
66Test / publishArtifact := false
77licenses += (" MIT" , url(" https://opensource.org/licenses/MIT" ))
@@ -32,9 +32,9 @@ lazy val root = project
3232
3333// Project dependencies
3434libraryDependencies ++= 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
You can’t perform that action at this time.
0 commit comments