Skip to content

Commit

Permalink
Upgrade Dotty to 3.0.2 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan authored Sep 2, 2021
1 parent f3e25b3 commit 45562fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/resources/scala3-compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"central"
],
"dependencies": [
"org.scala-lang:scala3-compiler_3:3.0.1"
"org.scala-lang:scala3-compiler_3:3.0.2"
],
"properties": {
"scala.usejavacp": "true"
Expand Down
2 changes: 1 addition & 1 deletion apps/resources/scala3-decompiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"central"
],
"dependencies": [
"org.scala-lang:scala3-compiler_3:3.0.1"
"org.scala-lang:scala3-compiler_3:3.0.2"
],
"properties": {
"scala.usejavacp": "true"
Expand Down
2 changes: 1 addition & 1 deletion apps/resources/scala3-doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"central"
],
"dependencies": [
"org.scala-lang:scaladoc_3:3.0.1"
"org.scala-lang:scaladoc_3:3.0.2"
],
"properties": {
"scala.usejavacp": "true"
Expand Down
2 changes: 1 addition & 1 deletion apps/resources/scala3-repl.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"central"
],
"dependencies": [
"org.scala-lang:scala3-compiler_3:3.0.1"
"org.scala-lang:scala3-compiler_3:3.0.2"
],
"properties": {
"scala.usejavacp": "true"
Expand Down

0 comments on commit 45562fb

Please sign in to comment.