@@ -74,12 +74,12 @@ defmodule Runner.Languages do
7474 generate_checker?: false ,
7575 name: "Node.js" ,
7676 slug: "js" ,
77- version: "24.11 .0" ,
77+ version: "25.4 .0" ,
7878 check_dir: "check" ,
7979 container_run_timeout: "15s" ,
8080 solution_file_name: "solution.js" ,
8181 checker_file_name: "checker.js" ,
82- image: "ghcr.io/hexlet-codebattle/js:24.11 .0" ,
82+ image: "ghcr.io/hexlet-codebattle/js:25.4 .0" ,
8383 solution_template: """
8484 const _ = require("lodash");
8585 const R = require("rambda");
@@ -126,7 +126,7 @@ defmodule Runner.Languages do
126126 container_run_timeout: "15s" ,
127127 solution_file_name: "solution.js" ,
128128 checker_file_name: "checker.js" ,
129- image: "ghcr.io/hexlet-codebattle/js:24.11 .0" ,
129+ image: "ghcr.io/hexlet-codebattle/js:25.4 .0" ,
130130 solution_template: """
131131 import * as _ from "lodash";
132132 import * as R from "rambda";
@@ -315,13 +315,13 @@ defmodule Runner.Languages do
315315 "kotlin" => % LanguageMeta {
316316 name: "Kotlin" ,
317317 slug: "kotlin" ,
318- version: "2.2.21 " ,
318+ version: "2.3.0 " ,
319319 output_version: 2 ,
320320 check_dir: "check" ,
321321 container_run_timeout: "25s" ,
322322 solution_file_name: "solution.kt" ,
323323 checker_file_name: "checker.kt" ,
324- image: "ghcr.io/hexlet-codebattle/kotlin:2.2.21 " ,
324+ image: "ghcr.io/hexlet-codebattle/kotlin:2.3.0 " ,
325325 solution_template: """
326326 package solution
327327
@@ -831,12 +831,12 @@ defmodule Runner.Languages do
831831 name: "Swift" ,
832832 slug: "swift" ,
833833 output_version: 2 ,
834- version: "6.1.0 " ,
834+ version: "6.2.3 " ,
835835 container_run_timeout: "20s" ,
836836 solution_file_name: "solution.swift" ,
837837 checker_file_name: "checker.swift" ,
838838 check_dir: "check" ,
839- image: "ghcr.io/hexlet-codebattle/swift:6.1.0 " ,
839+ image: "ghcr.io/hexlet-codebattle/swift:6.2.3 " ,
840840 solution_template: """
841841 import Foundation
842842
0 commit comments