Skip to content

Commit

Permalink
Merge pull request #195 from scala-steward/update/slf4j-api-2.0.13
Browse files Browse the repository at this point in the history
Update slf4j-api, slf4j-simple to 2.0.13
  • Loading branch information
magro authored Jun 23, 2024
2 parents 46790b1 + c69b41a commit f16cd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resolvers ++= Seq(
)

val solrVersion = "9.4.1"
val slf4jVersion = "2.0.12"
val slf4jVersion = "2.0.13"

libraryDependencies ++= Seq(
"org.apache.solr" % "solr-solrj" % solrVersion,
Expand Down

0 comments on commit f16cd74

Please sign in to comment.