olabusayoT commented on code in PR #1509:
URL: https://github.com/apache/daffodil/pull/1509#discussion_r2240547973
##########
build.sbt:
##########
@@ -58,7 +58,7 @@ lazy val daffodil = project
lazy val macroLib = Project("daffodil-macro-lib", file("daffodil-macro-lib"))
.settings(commonSettings, nopublish)
- .settings(libraryDependencies += "org.scala-lang" % "scala-reflect" %
scalaVersion.value)
+ .settings(libraryDependencies += "org.scala-lang" % "scala-reflect" %
"2.13.16")
Review Comment:
So scala-reflect is only release up to scala 2.13, there is no version 3
hence hardcoding to 2.13.16 (the latest version at the time)
https://mvnrepository.com/artifact/org.scala-lang/scala-reflect
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]