Skip to content

Commit c4a0038

Browse files
committed
lib upgrades
1 parent 25911c5 commit c4a0038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ val `examples` = project
3131
.settings(publish / skip := true)
3232
.settings(packagedArtifacts := Map.empty)
3333
.settings(
34-
libraryDependencies += "de.sciss" %% "scala-chart" % "0.7.1",
35-
libraryDependencies += "com.github.scopt" %% "scopt" % "3.7.1"
34+
libraryDependencies += "de.sciss" %% "scala-chart" % "0.8.0",
35+
libraryDependencies += "com.github.scopt" %% "scopt" % "4.0.1"
3636
)
3737

3838
def testSettings = Seq(
39-
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.8" % Test,
39+
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.9" % Test,
4040
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oD")
4141
)

0 commit comments

Comments
 (0)