treehugger.scala is a library to write Scala source code programmatically. It’s also an implementation of Scala abstract syntax tree based on Reflection API.
libraryDependencies += "com.eed3si9n" %% "treehugger" % "0.4.3"
resolvers += Resolver.sonatypeRepo("public")