Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2024
1 parent cb7eb9a commit d697363
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 @@ -10,7 +10,7 @@ lazy val root = (project in file("."))
version := "0.12.0",
scalaVersion := "2.13.12",
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % "2.13.12",
"org.scala-lang" % "scala-reflect" % "2.13.15",
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test,
"org.scalactic" %% "scalactic" % ScalaTestVersion % Test,
Expand Down

0 comments on commit d697363

Please sign in to comment.