Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update Ammonite and it's suported Scala versions in tests #6217

Merged
merged 1 commit into from Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions project/V.scala
Expand Up @@ -12,13 +12,13 @@ object V {
// When you can add to removedScalaVersions in MtagsResolver.scala with the last released version
val scala3RC: Option[String] = None
val sbtScala = "2.12.18"
val ammonite212Version = "2.12.18"
val ammonite213Version = "2.13.12"
val ammonite212Version = "2.12.19"
val ammonite213Version = "2.13.13"
// Rules need to be manually updated to support
val bazelScalaVersion = "2.13.12"
val ammonite3Version = "3.3.1"
val ammonite3Version = "3.3.3"

val ammonite = "3.0.0-M0-60-89836cd8"
val ammonite = "3.0.0-M1-8-35694880"
val betterMonadicFor = "0.3.1"
val bloop = "1.5.15"
val bloopConfig = "1.5.5"
Expand Down