Skip to content

Commit

Permalink
devel/ammonite: Update to version 2.5.11
Browse files Browse the repository at this point in the history
Changelog: https://ammonite.io/#Changelog

PR:		274553
  • Loading branch information
jan0sch authored and clausecker committed Oct 19, 2023
1 parent 87acfaa commit 4f04530
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion devel/ammonite/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ammonite
DISTVERSION= 2.5.6
DISTVERSION= 2.5.11
CATEGORIES= devel java
MASTER_SITES= https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
DISTNAME= 3.2-${PORTVERSION}
Expand Down
6 changes: 3 additions & 3 deletions devel/ammonite/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1673509219
SHA256 (ammonite/3.2-2.5.6) = afcea3a8155232ce46131af26bfacf0af59754fffa949d4ee2715a90a13be673
SIZE (ammonite/3.2-2.5.6) = 62130859
TIMESTAMP = 1697614177
SHA256 (ammonite/3.2-2.5.11) = 384cf08e2591be4d199c75cf1913d44c043466b8cddeaa21dd5669d10f94a18f
SIZE (ammonite/3.2-2.5.11) = 64675864
2 changes: 1 addition & 1 deletion devel/ammonite/pkg-message
Expand Up @@ -4,7 +4,7 @@
To use ammonite fully you should setup a configuration file
~/.ammonite/predef.sc. Below is an example:

interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.9.0")
interp.load.ivy("com.lihaoyi" %% "os-lib" % "0.9.1")
interp.load.ivy("org.typelevel" %% "cats-core" % "2.9.0")

// This @ is necessary for Ammonite to process the `interp.load.ivy`
Expand Down

0 comments on commit 4f04530

Please sign in to comment.