Skip to content

Commit 9f12d3a

Browse files
Patch updates (#519)
* scala-library 2.13.18 (was 2.13.17) * scalafmt-core 3.10.2 (was 3.10.1)
1 parent 5240998 commit 9f12d3a

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
@@ -10,4 +10,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi
1010
rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ]
1111
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
1212
trailingCommas = preserve
13-
version = 3.10.1
13+
version = 3.10.2

project/Dependencies.scala

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

1010
object ScalaVersions {
11-
val scala213 = "2.13.17"
11+
val scala213 = "2.13.18"
1212
val scala3 = "3.3.7"
1313
}
1414

0 commit comments

Comments
 (0)