Skip to content

Commit

Permalink
Merge pull request #184 from scala-steward/update/slf4j-api-2.0.12
Browse files Browse the repository at this point in the history
Update slf4j-api, slf4j-simple to 2.0.12
  • Loading branch information
magro authored Mar 2, 2024
2 parents e99783d + 3004d64 commit ad273f0
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.11"
val slf4jVersion = "2.0.12"

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

0 comments on commit ad273f0

Please sign in to comment.