Skip to content

Commit ee93091

Browse files
Update sourcecode to 0.2.8 (#369)
Co-authored-by: Alexandre Archambault <[email protected]>
1 parent 5e61608 commit ee93091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object Deps {
1515
def scalaCompiler = setting("org.scala-lang" % "scala-compiler" % scalaVersion.value)
1616
def scalaReflect = setting("org.scala-lang" % "scala-reflect" % scalaVersion.value)
1717
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.8")
18-
def sourcecode = setting("com.lihaoyi" %%% "sourcecode" % "0.2.7")
18+
def sourcecode = setting("com.lihaoyi" %%% "sourcecode" % "0.2.8")
1919
def utest = setting("com.lihaoyi" %%% "utest" % "0.7.11")
2020

2121
}

0 commit comments

Comments
 (0)