File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 os : [ubuntu-latest]
1515 scala : [2.12.20, 2.13.16, 3.3.6]
16- java : [8, 11, 17]
16+ java : [11, 17, 21 ]
1717 runs-on : ${{ matrix.os }}
1818 steps :
1919 - name : Checkout
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ import xerial.sbt.Sonatype.*
22import ReleaseTransformations .*
33import java .net .URI
44
5+ Global / onChangedBuildSource := IgnoreSourceChanges
6+
57lazy val compileScalastyle = taskKey[Unit ](" compileScalastyle" )
68
79val commonSettings = Seq (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ object Dependencies {
1212 scope.map(s => modules.map(_ % s)).getOrElse(modules)
1313 }
1414
15- private val testcontainersVersion = " 1.20.6 "
15+ private val testcontainersVersion = " 1.21.1 "
1616 private val seleniumVersion = " 2.53.1"
1717 private val slf4jVersion = " 1.7.32"
1818 private val scalaTestVersion = " 3.2.9"
@@ -148,7 +148,7 @@ object Dependencies {
148148 ) ++ TEST (
149149 (" io.rest-assured" % " scala-support" % restAssuredVersion)
150150 .exclude(" org.codehaus.groovy" , " groovy" ),
151- " org.codehaus.groovy" % " groovy" % groovyVersion
151+ " org.codehaus.groovy" % " groovy" % groovyVersion
152152 )
153153 )
154154
You can’t perform that action at this time.
0 commit comments