Skip to content

Commit

Permalink
Update sourcecode to 0.3.0 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 11, 2022
1 parent d3921b5 commit 98c80cb
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.9")
def sourcecode = setting("com.lihaoyi" %%% "sourcecode" % "0.2.8")
def sourcecode = setting("com.lihaoyi" %%% "sourcecode" % "0.3.0")
def utest = setting("com.lihaoyi" %%% "utest" % "0.7.11")

}

0 comments on commit 98c80cb

Please sign in to comment.