Skip to content

Commit 430973b

Browse files
committed
Fix typo
1 parent 2262c73 commit 430973b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inThisBuild(
88
run / fork := true,
99
run / javaOptions += "-Dconfig.override_with_env_vars=true",
1010
semanticdbEnabled := true, // for scalafix
11-
dockerBaseImage := "clipse-temurin:21-jdk-noble",
11+
dockerBaseImage := "eclipse-temurin:21-jdk-noble",
1212
dockerUpdateLatest := true,
1313
dockerBuildxPlatforms := Seq("linux/amd64", "linux/arm64")
1414
)

0 commit comments

Comments
 (0)