File tree Expand file tree Collapse file tree 7 files changed +14
-12
lines changed Expand file tree Collapse file tree 7 files changed +14
-12
lines changed Original file line number Diff line number Diff line change
1
+ # Scala Steward: Reformat with scalafmt 3.8.1
2
+ 27310de4427f3187d2a4fca19f296ea7b2cae311
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285
285
strategy :
286
286
matrix :
287
287
os : [ubuntu-latest]
288
- scala : [3.3.1 ]
288
+ scala : [3.3.3 ]
289
289
java : [temurin@11]
290
290
runs-on : ${{ matrix.os }}
291
291
steps :
@@ -313,7 +313,7 @@ jobs:
313
313
strategy :
314
314
matrix :
315
315
os : [ubuntu-latest]
316
- scala : [3.3.1 ]
316
+ scala : [3.3.3 ]
317
317
java : [temurin@11]
318
318
runs-on : ${{ matrix.os }}
319
319
steps :
Original file line number Diff line number Diff line change 1
- version = 3.7 . 17
1
+ version = 3.8 . 1
2
2
3
3
runner.dialect = scala3
4
4
maxColumn = 120
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.typelevel.sbt.gha.Permissions
2
2
3
3
Global / onChangedBuildSource := ReloadOnSourceChanges
4
4
5
- ThisBuild / scalaVersion := " 3.3.1 "
5
+ ThisBuild / scalaVersion := " 3.3.3 "
6
6
ThisBuild / organization := " io.github.scala-jwt"
7
7
ThisBuild / organizationName := " oath"
8
8
ThisBuild / organizationHomepage := Some (url(" https://github.com/scala-jwt/oath" ))
@@ -54,7 +54,7 @@ lazy val root = Projects
54
54
.createModule(" oath" , " ." )
55
55
.enablePlugins(NoPublishPlugin )
56
56
.settings(Aliases .all)
57
- .aggregate(modules* )
57
+ .aggregate(modules * )
58
58
59
59
lazy val oathMacros = Projects
60
60
.createModule(" oath-macros" , " modules/oath-macros" )
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ import sbt.Keys.*
4
4
object Dependencies {
5
5
6
6
object Versions {
7
- val scalaTest = " 3.2.17 "
7
+ val scalaTest = " 3.2.18 "
8
8
val scalaTestPlusCheck = " 3.2.17.0"
9
- val scalacheck = " 1.17.0 "
9
+ val scalacheck = " 1.17.1 "
10
10
val javaJWT = " 4.4.0"
11
11
val config = " 1.4.3"
12
- val bcprov = " 1.77 "
13
- val circe = " 0.14.6 "
12
+ val bcprov = " 1.78.1 "
13
+ val circe = " 0.14.7 "
14
14
val jsoniterScala = " 2.27.7"
15
15
}
16
16
Original file line number Diff line number Diff line change 1
- sbt.version = 1.9.8
1
+ sbt.version = 1.9.9
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
2
2
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.11.1" )
3
- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.9 " )
3
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.12 " )
4
4
addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.0" )
5
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.6.5 " )
5
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.6.7 " )
You can’t perform that action at this time.
0 commit comments