Skip to content

Commit

Permalink
Bump Scala 2.13.x Ammonite compat to latest supported (2.13.14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed May 6, 2024
1 parent c5a23d3 commit 71f8547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object Scala {
}

def maxAmmoniteScala212Version = scala212
def maxAmmoniteScala213Version = "2.13.13"
def maxAmmoniteScala213Version = scala213
def maxAmmoniteScala3Version = scala3Lts
lazy val listMaxAmmoniteScalaVersion =
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
Expand Down

0 comments on commit 71f8547

Please sign in to comment.