Skip to content
Snippets Groups Projects
Commit a89f92fb authored by Will Billingsley's avatar Will Billingsley
Browse files

Update to Scala 3.1.1, Akka 2.6.19

parent 3f4a8cf4
Branches master
No related tags found
No related merge requests found
Pipeline #1764 failed
lazy val root = (project in file(".")).
settings(
name := "cosc250assignment3",
version := "2021.0",
scalaVersion := "3.0.0-RC3"
version := "2022.0",
scalaVersion := "3.1.1"
)
libraryDependencies ++= Seq(
("com.typesafe.akka" % "akka-actor" % "2.6.14").cross(CrossVersion.for3Use2_13),
("com.typesafe.akka" % "akka-actor-typed" % "2.6.14").cross(CrossVersion.for3Use2_13),
("com.typesafe.akka" % "akka-stream" % "2.6.14").cross(CrossVersion.for3Use2_13),
("com.typesafe.akka" % "akka-actor" % "2.6.19").cross(CrossVersion.for3Use2_13),
("com.typesafe.akka" % "akka-actor-typed" % "2.6.19").cross(CrossVersion.for3Use2_13),
("com.typesafe.akka" % "akka-stream" % "2.6.19").cross(CrossVersion.for3Use2_13),
)
libraryDependencies += "org.scalameta" %% "munit" % "0.7.25" % Test
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
// We also need to register munit as a test framework in sbt so that "sbt test" will work and the IDE will recognise
// tests
......
sbt.version=1.5.1
sbt.version=1.6.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment