File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ organization := "com.github.swagger-akka-http"
55
66name := " swagger-pekko-http"
77
8- val swaggerVersion = " 2.2.15 "
8+ val swaggerVersion = " 2.2.16 "
99val pekkoVersion = " 1.0.1"
1010val pekkoHttpVersion = " 1.0.0"
1111val 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
1515ThisBuild / 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
1818update / checksums := Nil
1919
Original file line number Diff line number Diff line change 1- sbt.version =1.9.3
1+ sbt.version =1.9.6
22
Original file line number Diff line number Diff line change 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
55addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
66
You can’t perform that action at this time.
0 commit comments