Skip to content

Commit

Permalink
Update scalatest to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 24, 2024
1 parent b52014f commit 69e5b7b
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 @@ -109,7 +109,7 @@ lazy val sbtgen = (project in file("sbtgen"))
scalaVersion := crossScalaVersions.value.head,
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
(ThisBuild / libraryDependencies) += "org.scalatest" %% "scalatest" % "3.2.18" % Test,
(ThisBuild / libraryDependencies) += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
scalacOptions ++= Seq(
s"-Xmacro-settings:product-version=${version.value}",
s"-Xmacro-settings:product-group=${organization.value}",
Expand Down

0 comments on commit 69e5b7b

Please sign in to comment.