Skip to content

Commit

Permalink
Update scalatest to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2023
1 parent 51b6266 commit 5ca708f
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 @@ -107,7 +107,7 @@ lazy val sbtgen = (project in file("sbtgen"))
// libraryDependencies += "com.github.scopt" %% "scopt" % "4.0.0-RC2",
libraryDependencies += "com.github.scopt" %% "scopt" % "3.7.1",
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
(ThisBuild / libraryDependencies) += "org.scalatest" %% "scalatest" % "3.2.16" % Test,
(ThisBuild / libraryDependencies) += "org.scalatest" %% "scalatest" % "3.2.17" % Test,
scalacOptions ++= Seq(
s"-Xmacro-settings:product-version=${version.value}",
s"-Xmacro-settings:product-group=${organization.value}",
Expand Down

0 comments on commit 5ca708f

Please sign in to comment.