Skip to content

Commit 2b8c500

Browse files
authored
Merge pull request #1172 from scala-steward/update/patches
Patch updates
2 parents 9b466f1 + b0a5f15 commit 2b8c500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abst
1111
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
1212
trailingCommas = preserve
1313
newlines.afterCurlyLambda = preserve
14-
version = 3.10.1
14+
version = 3.10.2
1515
rewrite.scala3.convertToNewSyntax = true
1616
rewrite.scala3.newSyntax.control = false
1717
runner.dialectOverride {

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import sbt._
66
object Dependencies {
77

88
// Should be sync with GA (.github/workflows/build-test.yml)
9-
val scala213 = "2.13.17"
9+
val scala213 = "2.13.18"
1010
val scala3 = "3.3.7"
1111

1212
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.21")

0 commit comments

Comments
 (0)