Skip to content

Commit

Permalink
Update sourcecode to 0.3.1 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 25, 2023
1 parent b2d580d commit 08eb8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Deps {
def scalaCompiler = setting("org.scala-lang" % "scala-compiler" % scalaVersion.value)
def scalaReflect = setting("org.scala-lang" % "scala-reflect" % scalaVersion.value)
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.10")
def sourcecode = setting("com.lihaoyi" %%% "sourcecode" % "0.3.0")
def sourcecode = setting("com.lihaoyi" %%% "sourcecode" % "0.3.1")
def utest = setting("com.lihaoyi" %%% "utest" % "0.8.1")

}

0 comments on commit 08eb8dd

Please sign in to comment.