Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
2
2022assignment3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cosc250-2022
2022assignment3
Commits
a89f92fb
Commit
a89f92fb
authored
3 years ago
by
Will Billingsley
Browse files
Options
Downloads
Patches
Plain Diff
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
3 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.sbt
+6
-6
6 additions, 6 deletions
build.sbt
project/build.properties
+1
-1
1 addition, 1 deletion
project/build.properties
with
7 additions
and
7 deletions
build.sbt
+
6
−
6
View file @
a89f92fb
lazy
val
root
=
(
project
in
file
(
"."
)).
settings
(
name
:=
"cosc250assignment3"
,
version
:=
"202
1
.0"
,
scalaVersion
:=
"3.
0.0-RC3
"
version
:=
"202
2
.0"
,
scalaVersion
:=
"3.
1.1
"
)
libraryDependencies
++=
Seq
(
(
"com.typesafe.akka"
%
"akka-actor"
%
"2.6.1
4
"
).
cross
(
CrossVersion
.
for3Use2_13
),
(
"com.typesafe.akka"
%
"akka-actor-typed"
%
"2.6.1
4
"
).
cross
(
CrossVersion
.
for3Use2_13
),
(
"com.typesafe.akka"
%
"akka-stream"
%
"2.6.1
4
"
).
cross
(
CrossVersion
.
for3Use2_13
),
(
"com.typesafe.akka"
%
"akka-actor"
%
"2.6.1
9
"
).
cross
(
CrossVersion
.
for3Use2_13
),
(
"com.typesafe.akka"
%
"akka-actor-typed"
%
"2.6.1
9
"
).
cross
(
CrossVersion
.
for3Use2_13
),
(
"com.typesafe.akka"
%
"akka-stream"
%
"2.6.1
9
"
).
cross
(
CrossVersion
.
for3Use2_13
),
)
libraryDependencies
+=
"org.scalameta"
%%
"munit"
%
"0.7.2
5
"
%
Test
libraryDependencies
+=
"org.scalameta"
%%
"munit"
%
"0.7.2
9
"
%
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
...
...
This diff is collapsed.
Click to expand it.
project/build.properties
+
1
−
1
View file @
a89f92fb
sbt.version
=
1.
5.1
sbt.version
=
1.
6.2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment