File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5353 uses : playframework/.github/.github/workflows/cmd.yml@v3
5454 with :
5555 java : 17, 11
56- scala : 2.13.15 , 3.3.3
56+ scala : 2.13.16 , 3.3.3
5757 cmd : >-
5858 sbt "
5959 +publishLocal;
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im
1010trailingCommas = preserve
1111newlines.afterCurlyLambda = preserve
1212runner.dialect = scala212source3
13- version = 3.8 .3
13+ version = 3.8 .6
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im
1313trailingCommas = preserve
1414newlines.afterCurlyLambda = preserve
1515runner.dialect = scala212source3
16- version = 3.8 .3
16+ version = 3.8 .6
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ lazy val docs = project
2121 // No resource directories shuts the ebean agent up about java sources in the classes directory
2222 Test / unmanagedResourceDirectories := Nil ,
2323 Test / parallelExecution := false ,
24- scalaVersion := " 2.13.15 " ,
25- crossScalaVersions := Seq (" 2.13.15 " , " 3.3.3" ),
24+ scalaVersion := " 2.13.16 " ,
25+ crossScalaVersions := Seq (" 2.13.16 " , " 3.3.3" ),
2626 )
2727 .settings(
2828 Test / javafmt / sourceDirectories ++= (Test / unmanagedSourceDirectories).value,
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse(
1010
1111addSbtPlugin(" com.lightbend.sbt" % " sbt-java-formatter" % " 0.8.0" )
1212
13- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2 " )
13+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
1414
1515addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ object Dependencies {
1010
1111 object ScalaVersions {
1212 val scala212 = " 2.12.20"
13- val scala213 = " 2.13.15 "
14- val scala3 = " 3.3.4 "
13+ val scala213 = " 2.13.16 "
14+ val scala3 = " 3.3.5 "
1515 }
1616
1717 object Versions {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
44
55addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
66
7- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2 " )
7+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
88
99addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.2" )
1010
You can’t perform that action at this time.
0 commit comments