Skip to content

Commit

Permalink
Merge pull request #316 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored May 5, 2024
2 parents 5cdf150 + f98d2cf commit 3adc033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi
rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ]
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
trailingCommas = preserve
version = 3.8.0
version = 3.8.1
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt._

object Dependencies {
val Scala212 = "2.12.19"
val Scala213 = "2.13.13"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"

val ScalaVersions = Seq(Scala212, Scala213, Scala3)
Expand All @@ -20,7 +20,7 @@ object Dependencies {
}
}

val slf4jVersion = "2.0.12"
val slf4jVersion = "2.0.13"
val slf4j = "org.slf4j" % "slf4j-api" % slf4jVersion
val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion
}

0 comments on commit 3adc033

Please sign in to comment.