Skip to content

Commit

Permalink
Update sourcecode to 0.2.5 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 1, 2021
1 parent 3dc830d commit 56e40ac
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 @@ -4,7 +4,7 @@ object Deps {
val parserCombinators = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
val ammoniteOps = "com.lihaoyi" %% "ammonite-ops" % "2.3.8"
val osLib = "com.lihaoyi" %% "os-lib" % "0.7.3"
val sourcecode = "com.lihaoyi" %% "sourcecode" % "0.2.4"
val sourcecode = "com.lihaoyi" %% "sourcecode" % "0.2.5"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.7"
val fansi = "com.lihaoyi" %% "fansi" % "0.2.12"
val bloop = "ch.epfl.scala" %% "bloop-frontend" % "1.4.5"
Expand Down

0 comments on commit 56e40ac

Please sign in to comment.