From 1280e4f9b34bdb1cbb40fe8b840d100ad7fdba77 Mon Sep 17 00:00:00 2001 From: LeshaInc Date: Tue, 17 Sep 2019 21:52:25 +0300 Subject: [PATCH] Update scala version in .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc9815a..8299031 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,4 +30,4 @@ build: - sbt assembly artifacts: paths: - - target/scala-2.12/ocelot-desktop-assembly-*.jar + - target/scala-2.13/ocelot-desktop-assembly-*.jar