-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update scala-reflect to 2.13.14 #179
Conversation
@@ -24,7 +24,7 @@ | |||
|
|||
object Utils { | |||
val dedicated: Seq[ModuleID] = List( | |||
"org.scala-lang" % "scala-reflect" % "2.13.13" | |||
"org.scala-lang" % "scala-reflect" % "2.13.14" |
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning
@@ -24,7 +24,7 @@ | |||
|
|||
object Utils { | |||
val dedicated: Seq[ModuleID] = List( | |||
"org.scala-lang" % "scala-reflect" % "2.13.13" | |||
"org.scala-lang" % "scala-reflect" % "2.13.14" |
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning
@@ -24,7 +24,7 @@ | |||
|
|||
object Utils { | |||
val dedicated: Seq[ModuleID] = List( | |||
"org.scala-lang" % "scala-reflect" % "2.13.13" | |||
"org.scala-lang" % "scala-reflect" % "2.13.14" |
Check warning
Code scanning / Codacy-scalameta-pro (reported by Codacy)
Prohibits usage of duplicated string literals. Warning
@@ -24,7 +24,7 @@ | |||
|
|||
object Utils { | |||
val dedicated: Seq[ModuleID] = List( | |||
"org.scala-lang" % "scala-reflect" % "2.13.13" | |||
"org.scala-lang" % "scala-reflect" % "2.13.14" |
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "2.13.14" appears 2 times in the file. Note
@@ -24,7 +24,7 @@ | |||
|
|||
object Utils { | |||
val dedicated: Seq[ModuleID] = List( | |||
"org.scala-lang" % "scala-reflect" % "2.13.13" | |||
"org.scala-lang" % "scala-reflect" % "2.13.14" |
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "scala-reflect" appears 2 times in the file. Note
@@ -24,7 +24,7 @@ | |||
|
|||
object Utils { | |||
val dedicated: Seq[ModuleID] = List( | |||
"org.scala-lang" % "scala-reflect" % "2.13.13" | |||
"org.scala-lang" % "scala-reflect" % "2.13.14" |
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "org.scala-lang" appears 2 times in the file. Note
About this PR
π¦ Updates org.scala-lang:scala-reflect from
2.13.13
to2.13.14
π GitHub Release Notes - Version Diff
Usage
β Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
β Adjust future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency: