Skip to content

Commit e00609c

Browse files
CopilotQuafadas
andauthored
Update netlib to 3.1.1 (#64)
* Initial plan * Update netlib blas and lapack to 3.1.1 Co-authored-by: Quafadas <24899792+Quafadas@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Quafadas <24899792+Quafadas@users.noreply.github.com>
1 parent 483b58a commit e00609c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.mill

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ object V:
3535
val scalaTags: Dep = mvn"com.lihaoyi::scalatags::0.13.1"
3636
val scalaVersion = "3.7.2"
3737
val munitVersion = "1.1.1"
38-
val blas: Dep = mvn"dev.ludovic.netlib:blas:3.0.4"
39-
val lapack: Dep = mvn"dev.ludovic.netlib:lapack:3.0.4"
38+
val blas: Dep = mvn"dev.ludovic.netlib:blas:3.1.1"
39+
val lapack: Dep = mvn"dev.ludovic.netlib:lapack:3.1.1"
4040
val scalaJavaTime: Dep = mvn"io.github.cquiroz::scala-java-time::2.6.0"
4141
val catsVersion = "2.13.0"
4242
val disciplineVersion = "2.0.0"

0 commit comments

Comments
 (0)