-
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
Upgrade third party deps #65
Conversation
@@ -33,7 +33,6 @@ def scala_artifacts(): | |||
"org.scala-sbt:zinc-compile-core_2.13:{}".format(zinc_version), | |||
"org.scala-sbt:zinc-core_2.13:{}".format(zinc_version), | |||
"org.scala-sbt:zinc-persist_2.13:{}".format(zinc_version), | |||
"org.scala-sbt:compiler-interface:{}".format(zinc_version), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was in here twice.
@@ -18,7 +18,6 @@ scalapb_version = "0.11.17" | |||
def scala_artifacts(): | |||
return [ | |||
"ch.epfl.scala:bloop-frontend_2.12:1.0.0", | |||
"com.lihaoyi:sourcecode_2.13:0.2.7,", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
tests/workspace.bzl
Outdated
|
||
specs2_version = "4.20.9" | ||
scalatest_version = "3.2.19" | ||
scalapb_version = "0.11.17" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Could we import this from @rules_scala_annex//rules/scala:workspace.bzl
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. Good catch.
2078577
to
c05b55e
Compare
No description provided.