Skip to content

Commit

Permalink
ScalaSteward: Update sourcecode from 0.3.1 to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 17, 2024
1 parent 6bc9971 commit 46e5d14
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 @@ -123,7 +123,7 @@ lazy val core = project
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-sql" % sparkVersion.value % "provided", // scala-steward:off
"org.typelevel" %% "cats-core" % "2.10.0",
"com.lihaoyi" %% "sourcecode" % "0.3.1",
"com.lihaoyi" %% "sourcecode" % "0.4.1",
"com.chuusai" %% "shapeless" % "2.3.10",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"com.github.mrpowers" %% "spark-fast-tests" % "1.3.0" % "test",
Expand Down

0 comments on commit 46e5d14

Please sign in to comment.