File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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": {}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments