Skip to content

Commit debf521

Browse files
authored
Merge pull request scalacenter#252 from SethTisue/scala-3.3.1
Scala 3.3.1 (was 3.2.0)
2 parents c3e2952 + 1f5f1a1 commit debf521

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

2021/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ In a terminal you can run:
3131
```
3232
$ cd scala-advent-of-code/2021
3333
$ scala-cli . -M day1.part1
34-
Compiling project (Scala 3.2.0, JVM)
35-
Compiled project (Scala 3.2.0, JVM)
34+
Compiling project (Scala 3.x.y, JVM)
35+
Compiled project (Scala 3.x.y, JVM)
3636
The solution is 1559
3737
```
3838

2021/project.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
//> using scala "3.2.0"
1+
//> using scala 3.3.1

2022/project.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
//> using scala "3.2.0"
1+
//> using scala 3.3.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ which will let you pause on breakpoints, and execute expressions in the debug co
3939
In a terminal you can run:
4040
```
4141
$ scala-cli 2022 -M day01.part01
42-
Compiling project (Scala 3.2.0, JVM)
43-
Compiled project (Scala 3.2.0, JVM)
42+
Compiling project (Scala 3.x.y, JVM)
43+
Compiled project (Scala 3.x.y, JVM)
4444
The solution is 64929
4545
```
4646

0 commit comments

Comments
 (0)