We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d18dc commit 78f2d65Copy full SHA for 78f2d65
build.sbt
@@ -107,7 +107,7 @@ lazy val sbtgen = (project in file("sbtgen"))
107
// libraryDependencies += "com.github.scopt" %% "scopt" % "4.0.0-RC2",
108
libraryDependencies += "com.github.scopt" %% "scopt" % "3.7.1",
109
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
110
- (ThisBuild / libraryDependencies) += "org.scalatest" %% "scalatest" % "3.2.17" % Test,
+ (ThisBuild / libraryDependencies) += "org.scalatest" %% "scalatest" % "3.2.18" % Test,
111
scalacOptions ++= Seq(
112
s"-Xmacro-settings:product-version=${version.value}",
113
s"-Xmacro-settings:product-group=${organization.value}",
0 commit comments