Skip to content

Commit

Permalink
chore: Update Ammonite and it's suported Scala versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Mar 11, 2024
1 parent 9a4fd65 commit 151ba43
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 151ba43

Please sign in to comment.