File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- version = 3.10 .0
1+ version = 3.10 .2
22runner.dialect = Scala213Source3
33
44align.preset = true
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ lazy val `play-jsonJVM` = `play-json`.jvm
252252 else
253253 specs2(scalaVersion.value)
254254 } :+ (
255- " ch.qos.logback" % " logback-classic" % " 1.5.19 " % Test
255+ " ch.qos.logback" % " logback-classic" % " 1.5.22 " % Test
256256 ),
257257 Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys .scalaManualSourceDirectories).value,
258258 )
Original file line number Diff line number Diff line change 11object Dependencies {
2- val Scala212 = " 2.12.20 "
3- val Scala213 = " 2.13.17 "
2+ val Scala212 = " 2.12.21 "
3+ val Scala213 = " 2.13.18 "
44 val Scala3 = " 3.3.3"
55}
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
2020
2121addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
2222
23- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5 " )
23+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.6 " )
2424
2525addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
You can’t perform that action at this time.
0 commit comments