Skip to content

Commit

Permalink
⬆️ Update scalameta from 4.5.9 to 4.5.11 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
healthm-bot authored Jul 26, 2022
1 parent 414981f commit 7964013
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 @@ -65,7 +65,7 @@ lazy val macros = project
.settings(commonSettings)
.settings(
scalacOptions ++= (if (isScala2(scalaVersion.value)) Seq("-Ymacro-annotations") else Nil),
libraryDependencies ++= (if (isScala2(scalaVersion.value)) Seq("org.scalameta" %% "scalameta" % "4.5.9") else Nil)
libraryDependencies ++= (if (isScala2(scalaVersion.value)) Seq("org.scalameta" %% "scalameta" % "4.5.11") else Nil)
)

def getGeneratorVersion: String = sys.props.get("genver") match {
Expand Down

0 comments on commit 7964013

Please sign in to comment.