Skip to content

Commit 53f2134

Browse files
committed
Update inputsystem version in test assembly
1 parent 6cfad25 commit 53f2134

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

com.unity.ml-agents/Tests/Runtime/Input/Unity.ML-Agents.Runtime.Input.Tests.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"versionDefines": [
2525
{
2626
"name": "com.unity.inputsystem",
27-
"expression": "1.1.0",
27+
"expression": "1.1.0-preview.3",
2828
"define": "MLA_INPUT_SYSTEM"
2929
},
3030
{
3131
"name": "com.unity.inputsystem",
32-
"expression": "1.1.0",
32+
"expression": "1.1.0-preview.3",
3333
"define": "MLA_INPUT_TESTS"
3434
}
3535
],

com.unity.ml-agents/Tests/Runtime/Unity.ML-Agents.Runtime.Tests.asmdef

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
],
2424
"autoReferenced": false,
2525
"defineConstraints": [
26-
"UNITY_INCLUDE_TESTS",
2726
"UNITY_INCLUDE_TESTS"
2827
],
2928
"versionDefines": [
@@ -39,14 +38,14 @@
3938
},
4039
{
4140
"name": "com.unity.inputsystem",
42-
"expression": "1.1.0",
41+
"expression": "1.1.0-preview.3",
4342
"define": "MLA_INPUT_SYSTEM"
4443
},
4544
{
4645
"name": "com.unity.inputsystem",
47-
"expression": "1.1.0",
46+
"expression": "1.1.0-preview.3",
4847
"define": "MLA_INPUT_TESTS"
4948
}
5049
],
5150
"noEngineReferences": false
52-
}
51+
}

0 commit comments

Comments
 (0)