Skip to content

Commit 0912c86

Browse files
committed
Bump IrpTransmogrifier
Signed-off-by: Sean Young <[email protected]>
1 parent 2709b7f commit 0912c86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "irp/IrpTransmogrifier"]
1+
[submodule "irp/tests/IrpTransmogrifier"]
22
path = irp/tests/IrpTransmogrifier
33
url = https://github.com/bengtmartensson/IrpTransmogrifier

Diff for: irp/tests/IrpTransmogrifier

Submodule IrpTransmogrifier updated 50 files

Diff for: irp/tests/rust-irptransmogrifier/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::collections::HashMap;
66
pub fn create_jvm(base: &str) -> Jvm {
77
let mut base = base.to_owned();
88

9-
base.push_str("/target/IrpTransmogrifier-1.2.13-SNAPSHOT-jar-with-dependencies.jar");
9+
base.push_str("/target/IrpTransmogrifier-1.2.14-SNAPSHOT-jar-with-dependencies.jar");
1010

1111
JvmBuilder::new()
1212
.classpath_entry(ClasspathEntry::new(&base))

0 commit comments

Comments
 (0)