Skip to content

Commit

Permalink
Update dependency org.scalatest:scalatest to v3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 23, 2024
1 parent 1a5eb8c commit 3d8f762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sbt._

object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
lazy val jena = "org.apache.jena" % "jena-core" % "5.0.0"
}

0 comments on commit 3d8f762

Please sign in to comment.