Skip to content

Commit

Permalink
Merge pull request #285 from mkurz/dep_upgrades
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
mkurz authored Sep 14, 2023
2 parents 43ca9a8 + 8782d15 commit 6425c8c
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.7.11
version = 3.7.14
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {

val ScalaVersions = Seq(Scala212, Scala213, Scala3)

def scalaTest = "org.scalatest" %% "scalatest" % "3.2.16" % Test
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.17" % Test

def parserCombinators(scalaVersion: String) =
"org.scala-lang.modules" %% "scala-parser-combinators" % {
Expand All @@ -20,7 +20,7 @@ object Dependencies {
}
}

val slf4jVersion = "2.0.7"
val slf4jVersion = "2.0.9"
val slf4j = "org.slf4j" % "slf4j-api" % slf4jVersion
val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion
}

0 comments on commit 6425c8c

Please sign in to comment.