Skip to content

Commit

Permalink
Update sourcecode to 0.3.0 (scalameta#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Jul 15, 2022
1 parent c75b138 commit 2717f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ lazy val common = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.in(file("scalameta/common"))
.settings(
publishableSettings,
libraryDependencies += "com.lihaoyi" %%% "sourcecode" % "0.2.8",
libraryDependencies += "com.lihaoyi" %%% "sourcecode" % "0.3.0",
description := "Bag of private and public helpers used in scalameta APIs and implementations",
enableMacros,
protobufSettings
Expand Down

0 comments on commit 2717f56

Please sign in to comment.