Skip to content

Commit 78f2d65

Browse files
Update scalatest to 3.2.18 (#330)
1 parent 24d18dc commit 78f2d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ lazy val sbtgen = (project in file("sbtgen"))
107107
// libraryDependencies += "com.github.scopt" %% "scopt" % "4.0.0-RC2",
108108
libraryDependencies += "com.github.scopt" %% "scopt" % "3.7.1",
109109
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
110-
(ThisBuild / libraryDependencies) += "org.scalatest" %% "scalatest" % "3.2.17" % Test,
110+
(ThisBuild / libraryDependencies) += "org.scalatest" %% "scalatest" % "3.2.18" % Test,
111111
scalacOptions ++= Seq(
112112
s"-Xmacro-settings:product-version=${version.value}",
113113
s"-Xmacro-settings:product-group=${organization.value}",

0 commit comments

Comments
 (0)