Skip to content

Commit

Permalink
conf: Scala 2.13 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Apr 20, 2021
1 parent 4c24ea1 commit 4969b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repositories {

dependencies {
api gradleApi()
api 'org.scalameta:scalafmt-dynamic_2.12:2.7.5'
api 'org.scala-lang.modules:scala-xml_2.12:1.3.0'
api 'org.scalameta:scalafmt-dynamic_2.13:2.7.5'
api 'org.scala-lang.modules:scala-xml_2.13:1.3.0'

testImplementation 'junit:junit:4.13.2'
testImplementation gradleTestKit()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class ScalafmtCheckTaskTest extends Specification {
mavenCentral()
}
project.dependencies {
implementation 'org.scala-lang:scala-library:2.12.10'
implementation 'org.scala-lang:scala-library:2.13.5'
}

when:
Expand Down

0 comments on commit 4969b1a

Please sign in to comment.