Skip to content

Commit

Permalink
Bump org.scala-lang:scala3-compiler_3 from 3.5.2 to 3.6.1
Browse files Browse the repository at this point in the history
Bumps [org.scala-lang:scala3-compiler_3](https://github.com/scala/scala3) from 3.5.2 to 3.6.1.
- [Release notes](https://github.com/scala/scala3/releases)
- [Commits](scala/scala3@3.5.2...3.6.1)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala3-compiler_3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 56cf782 commit e75288f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'com.opencsv:opencsv:5.9'
implementation 'commons-cli:commons-cli:1.9.0'

testImplementation "org.scala-lang:scala3-compiler_3:3.5.2"
testImplementation "org.scala-lang:scala3-compiler_3:3.6.1"
testImplementation "org.scalatest:scalatest_3:$scalatestVersion"
testImplementation "org.scalatest:scalatest-wordspec_3:$scalatestVersion"
testImplementation "org.scalatest:scalatest-shouldmatchers_3:$scalatestVersion"
Expand Down

0 comments on commit e75288f

Please sign in to comment.