Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ab18f commit 268349aCopy full SHA for 268349a
.gitlab-ci.yml
@@ -1,5 +1,5 @@
1
include:
2
- - 'https://colisweb-open-source.gitlab.io/ci-common/v13.12.0/templates/scala.yml'
+ - 'https://colisweb-idl.gitlab.io/colisweb-open-source/ci-common/v13.18.1/templates/scala.yml'
3
4
compile:
5
extends: .sbt-compile
.gitmodules
@@ -1,4 +1,4 @@
[submodule "scala-common"]
path = scala-common
url = ../../../colisweb-open-source/scala/scala-common.git
- branch = v1.10.0
+ branch = v2.6.0
build.sbt
@@ -1,6 +1,7 @@
organization := "com.colisweb"
-scalaVersion := "2.12.10"
+scalaVersion := "2.13.8"
+version := "7.4.0-SNAPSHOT"
6
scalafmtOnCompile := true
7
scalafmtCheck := true
0 commit comments