We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e61608 commit ee93091Copy full SHA for ee93091
project/Deps.scala
@@ -15,7 +15,7 @@ object Deps {
15
def scalaCompiler = setting("org.scala-lang" % "scala-compiler" % scalaVersion.value)
16
def scalaReflect = setting("org.scala-lang" % "scala-reflect" % scalaVersion.value)
17
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.8")
18
- def sourcecode = setting("com.lihaoyi" %%% "sourcecode" % "0.2.7")
+ def sourcecode = setting("com.lihaoyi" %%% "sourcecode" % "0.2.8")
19
def utest = setting("com.lihaoyi" %%% "utest" % "0.7.11")
20
21
}
0 commit comments