Skip to content

Commit e487d50

Browse files
committed
Update dependencies
1 parent 1a7b689 commit e487d50

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import xerial.sbt.Sonatype.*
22
import ReleaseTransformations.*
33
import java.net.URI
44

5+
Global / onChangedBuildSource := IgnoreSourceChanges
6+
57
lazy val compileScalastyle = taskKey[Unit]("compileScalastyle")
68

79
val commonSettings = Seq(

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)