Skip to content

Commit

Permalink
Infrastructure: Bump Tortoise to latest
Browse files Browse the repository at this point in the history
- Support `any-breed-on?` optimization
- Support `__clear-all-and-reset-ticks` legacy primitive
  • Loading branch information
LaCuneta committed Jun 5, 2024
1 parent 31c9197 commit 79dfb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val root = (project in file("."))
TestAssets / JsEngineKeys.npmNodeModules := Nil
)

val tortoiseVersion = "1.0-8cea3a2"
val tortoiseVersion = "1.0-be6b6e0"

resolvers ++= Seq(
"compilerjvm" at "https://dl.cloudsmith.io/public/netlogo/tortoise/maven/"
Expand Down

0 comments on commit 79dfb48

Please sign in to comment.