Skip to content

Commit

Permalink
scala reflect compile only.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed May 20, 2024
1 parent 9cdd7fc commit 6267e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xpath-to-xml-scala/build-2.12.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sourceSets {

dependencies {
implementation libs.scala.library.v212
implementation libs.scala.reflect.v212
compileOnly libs.scala.reflect.v212
}

spotless {
Expand Down
2 changes: 1 addition & 1 deletion xpath-to-xml-scala/build-2.13.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
api project(':xpath-to-xml-core')

implementation libs.scala.library.v213
implementation libs.scala.reflect.v213
compileOnly libs.scala.reflect.v213

testImplementation project(':xpath-to-xml-test')
}
Expand Down

0 comments on commit 6267e30

Please sign in to comment.