Skip to content

Commit

Permalink
library dependency version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjw committed Jul 9, 2024
1 parent 665bbe1 commit 77c18e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ scalacOptions ++= Seq(
)

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.14" % "test",
"org.scalactic" %% "scalactic" % "3.2.14" % "test",
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % "test",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"org.scalactic" %% "scalactic" % "3.2.19" % "test",
"org.scalatestplus" %% "scalacheck-1-18" % "3.2.19.0" % "test",
"org.scalanlp" %% "breeze" % "2.1.0",
"org.scalanlp" %% "breeze-viz" % "2.1.0",
"org.scalanlp" %% "breeze-natives" % "2.1.0",
"dev.ludovic.netlib" % "blas" % "3.0.3" withSources(),
// "org.scalanlp" %% "breeze-natives" % "2.1.0",
// "dev.ludovic.netlib" % "blas" % "3.0.3" withSources(),
("org.ddahl" %% "rscala" % "3.2.19").cross(CrossVersion.for3Use2_13)
)

Expand All @@ -32,7 +32,7 @@ resolvers ++= Seq(
"https://oss.sonatype.org/content/repositories/releases/"
)

scalaVersion := "3.3.0"
scalaVersion := "3.3.3"

crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.9.0
sbt.version=1.10.1

2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6" )
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4" )

0 comments on commit 77c18e1

Please sign in to comment.