Skip to content

Commit 83cafaf

Browse files
authored
Merge pull request #361 from scala-steward/update/patches
Patch updates
2 parents f87fa40 + da03c89 commit 83cafaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi
1313
rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ]
1414
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
1515
trailingCommas = preserve
16-
version = 3.8.5
16+
version = 3.8.6

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import sbt._
66
object Dependencies {
77
val Scala212 = "2.12.20"
88
val Scala213 = "2.13.16"
9-
val Scala3 = "3.3.4"
9+
val Scala3 = "3.3.5"
1010

1111
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
1212

0 commit comments

Comments
 (0)