From 0d0eb73ba1549adefac6ef2c85352a633e83c211 Mon Sep 17 00:00:00 2001
From: Christopher Dilks <dilks@jlab.org>
Date: Tue, 18 Apr 2023 02:21:54 +0000
Subject: [PATCH] edm4eic: change to version 2.0.0

---
 .gitlab-ci.yml                   | 2 +-
 spack-environment/dev/spack.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a45ed448..8e6f61a8d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
 variables:
   ## Application versions used for the main release 
   ## note: nightly builds will always use the master/main branch
-  JUGGLER_VERSION: "v9.3.0"
+  JUGGLER_VERSION: "v9.4.0"
   EICRECON_VERSION: "v1.0.0"
 
   ## Spack organization and repository, e.g. spack/spack
diff --git a/spack-environment/dev/spack.yaml b/spack-environment/dev/spack.yaml
index 00153bf11..7addddadf 100644
--- a/spack-environment/dev/spack.yaml
+++ b/spack-environment/dev/spack.yaml
@@ -16,7 +16,7 @@ spack:
     - dawn@3_91a
     - dawncut@1_54a
     - dd4hep@1.25.1 +ddg4 +ddcad +hepmc3 +lcio
-    - edm4eic@1.2.2 cxxstd=17
+    - edm4eic@2.0.0 cxxstd=17
     - edm4hep@0.7 cxxstd=17
     - eic-smear@1.1.10
     - eigen@3.4.0
-- 
GitLab