Skip to content

Commit

Permalink
Bump fabric-language-scala from 1.1.0+scala.2.13.6 to 2.0.0+scala.3.0.2
Browse files Browse the repository at this point in the history
Bumps fabric-language-scala from 1.1.0+scala.2.13.6 to 2.0.0+scala.3.0.2.

---
updated-dependencies:
- dependency-name: net.fabricmc:fabric-language-scala
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 30, 2022
1 parent 2755714 commit 0386f1a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fabric-1.15.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation "net.fabricmc:fabric-language-scala:1.1.0+scala.2.13.6"
modImplementation "net.fabricmc:fabric-language-scala:2.0.0+"

shadow "io.circe:circe-parser_2.13:0.14.1"
shadow "io.circe:circe-generic_2.13:0.14.1"
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.16.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation "net.fabricmc:fabric-language-scala:1.1.0+scala.2.13.6"
modImplementation "net.fabricmc:fabric-language-scala:2.0.0+"

shadow "io.circe:circe-parser_2.13:0.14.1"
shadow "io.circe:circe-generic_2.13:0.14.1"
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.16.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation "net.fabricmc:fabric-language-scala:1.1.0+scala.2.13.6"
modImplementation "net.fabricmc:fabric-language-scala:2.0.0+"

shadow "io.circe:circe-parser_2.13:0.14.1"
shadow "io.circe:circe-generic_2.13:0.14.1"
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.16.4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation "net.fabricmc:fabric-language-scala:1.1.0+scala.2.13.6"
modImplementation "net.fabricmc:fabric-language-scala:2.0.0+"

shadow "io.circe:circe-parser_2.13:0.14.1"
shadow "io.circe:circe-generic_2.13:0.14.1"
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.17/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation "net.fabricmc:fabric-language-scala:1.1.0+scala.2.13.6"
modImplementation "net.fabricmc:fabric-language-scala:2.0.0+"

shadow "io.circe:circe-parser_2.13:0.14.1"
shadow "io.circe:circe-generic_2.13:0.14.1"
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.18.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation "net.fabricmc:fabric-language-scala:1.1.0+scala.2.13.6"
modImplementation "net.fabricmc:fabric-language-scala:2.0.0+"

shadow "io.circe:circe-parser_2.13:0.14.1"
shadow "io.circe:circe-generic_2.13:0.14.1"
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.18/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation "net.fabricmc:fabric-language-scala:1.1.0+scala.2.13.6"
modImplementation "net.fabricmc:fabric-language-scala:2.0.0+"

shadow "io.circe:circe-parser_2.13:0.14.1"
shadow "io.circe:circe-generic_2.13:0.14.1"
Expand Down

0 comments on commit 0386f1a

Please sign in to comment.