Skip to content

Commit

Permalink
chore: Update Ammonite supported versions (#5355)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik authored Jun 21, 2023
1 parent 857c344 commit 72a25bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ object V {
val scala213 = "2.13.11"
val scala3 = "3.3.0"
val scala3RC: Option[String] = Some("3.3.1-RC1")
val sbtScala = "2.12.16"
val ammonite212Version = "2.12.17"
val ammonite213Version = "2.13.10"
val sbtScala = "2.12.17"
val ammonite212Version = "2.12.18"
val ammonite213Version = "2.13.11"
val ammonite3Version = "3.1.3"

val ammonite = "2.5.9"
Expand Down

0 comments on commit 72a25bc

Please sign in to comment.