Skip to content

Commit e48c39a

Browse files
committed
upgrade deps
1 parent d23f8ba commit e48c39a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
timeout-minutes: 60
3535
steps:
3636
- name: Checkout current branch (full)
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
fetch-depth: 0
4040

@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ${{ matrix.os }}
109109
steps:
110110
- name: Checkout current branch (full)
111-
uses: actions/checkout@v3
111+
uses: actions/checkout@v4
112112
with:
113113
fetch-depth: 0
114114

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ organization := "com.github.swagger-akka-http"
55

66
name := "swagger-pekko-http"
77

8-
val swaggerVersion = "2.2.15"
8+
val swaggerVersion = "2.2.16"
99
val pekkoVersion = "1.0.1"
1010
val pekkoHttpVersion = "1.0.0"
1111
val jacksonVersion = "2.15.2"
12-
val slf4jVersion = "2.0.7"
13-
val scala213 = "2.13.11"
12+
val slf4jVersion = "2.0.9"
13+
val scala213 = "2.13.12"
1414

1515
ThisBuild / scalaVersion := scala213
16-
ThisBuild / crossScalaVersions := Seq(scala213, "2.12.18", "3.3.0")
16+
ThisBuild / crossScalaVersions := Seq(scala213, "2.12.19", "3.3.1")
1717

1818
update / checksums := Nil
1919

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sbt.version=1.9.3
1+
sbt.version=1.9.6
22

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
1+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
22

3-
addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-RC12")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.3")
44

55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
66

0 commit comments

Comments
 (0)