Skip to content

Commit 4e00313

Browse files
Bump to v1.10 and fix Downgrade CI
1 parent 8c0ff32 commit 4e00313

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Integrals"
22
uuid = "de52edbc-65ea-441a-8357-d3a637375a31"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "4.1.0"
4+
version = "4.2.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -43,18 +43,18 @@ FastGaussQuadrature = "0.5,1"
4343
FiniteDiff = "2.12"
4444
ForwardDiff = "0.10.19"
4545
HCubature = "1.5"
46-
LinearAlgebra = "1.9"
46+
LinearAlgebra = "1.10"
4747
MCIntegration = "0.4.2"
48-
MonteCarloIntegration = "0.0.3, 0.1"
49-
Pkg = "1"
48+
MonteCarloIntegration = "0.1"
49+
Pkg = "1.10"
5050
QuadGK = "2.9"
5151
Reexport = "1.0"
5252
SafeTestsets = "0.1"
5353
SciMLBase = "2.6"
5454
StaticArrays = "1"
55-
Test = "1"
55+
Test = "1.10"
5656
Zygote = "0.6.60"
57-
julia = "1.9"
57+
julia = "1.10"
5858

5959
[extras]
6060
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)