Skip to content

Commit 79438b6

Browse files
committed
.
1 parent 24a617d commit 79438b6

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"ghcr.io/devcontainers/features/java:1": {
2626
"version": 21
2727
},
28-
"ghcr.io/devcontainers-extra/features/scalacli-sdkman:2":{},
28+
"ghcr.io/devcontainers-extra/features/scalacli-sdkman:2":{
29+
"jdkVersion": 21
30+
},
2931
"ghcr.io/guiyomh/features/just:0": {},
3032
"./features/mill": {}
3133
// //, "ghcr.io/devcontainers-contrib/features/scalacli-sdkman:2": {}

sjsls_routes/package.mill

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ object `package` extends Module:
1010

1111
trait SharedRoutesModule extends FormatFixPublish with PlatformScalaModule:
1212
def mvnDeps = super.mvnDeps() ++ Seq(
13-
mvn"org.http4s::http4s-core:${V.http4sVersion}",
14-
mvn"org.http4s::http4s-client:${V.http4sVersion}",
15-
mvn"org.http4s::http4s-server:${V.http4sVersion}",
13+
mvn"org.http4s::http4s-core::${V.http4sVersion}",
14+
mvn"org.http4s::http4s-client::${V.http4sVersion}",
15+
mvn"org.http4s::http4s-server::${V.http4sVersion}",
1616
mvn"org.http4s::http4s-dsl::${V.http4sVersion}",
1717
mvn"com.outr::scribe-cats::${V.scribeVersion}",
1818
V.scalaTags

0 commit comments

Comments
 (0)