Skip to content

Commit

Permalink
ScalaSteward: Update sourcecode from 0.2.8 to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 9, 2022
1 parent 0b3f5e7 commit 82d9faf
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 @@ -115,7 +115,7 @@ lazy val core = project
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-sql" % sparkVersion.value % "provided", // scala-steward:off
"org.typelevel" %% "cats-core" % catsVersion(sparkVersion.value),
"com.lihaoyi" %% "sourcecode" % "0.2.8",
"com.lihaoyi" %% "sourcecode" % "0.3.0",
"com.github.mrpowers" %% "spark-fast-tests" % "1.3.0" % "test",
"org.scalatest" %% "scalatest" % "3.2.12" % "test"
),
Expand Down

0 comments on commit 82d9faf

Please sign in to comment.