Skip to content

Commit

Permalink
Merge pull request #305 from scala-steward/update/2.3.x/patches
Browse files Browse the repository at this point in the history
[2.3.x] Patch updates
  • Loading branch information
ihostage authored Feb 22, 2024
2 parents f58bc7b + 2c4c306 commit e787fd8
Showing 1 changed file with 2 additions and 2 deletions.
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.17" % Test
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test

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

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

0 comments on commit e787fd8

Please sign in to comment.