Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 382153e

Browse files
fix: update scala-distance to 7.5.2
1 parent 3e6d6f0 commit 382153e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include:
2-
- 'https://colisweb-idl.gitlab.io/colisweb-open-source/ci-common/v13.18.1/templates/scala.yml'
2+
- 'https://colisweb-idl.gitlab.io/colisweb-open-source/ci-common/v14.0.0/templates/scala.yml'
33

44
compile:
55
extends: .sbt-compile

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "scala-common"]
22
path = scala-common
33
url = ../../../colisweb-open-source/scala/scala-common.git
4-
branch = v1.10.0
4+
branch = v2.7.4

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ThisBuild / pushRemoteCacheTo := Some(
1212
lazy val root = Project(id = "JRubyScalaDistances", base = file("."))
1313
.settings(libraryDependencies ++= scalaDistancesLibraries)
1414

15-
lazy val scalaDistancesVersion = "7.3.0"
15+
lazy val scalaDistancesVersion = "7.5.2"
1616

1717
lazy val scalaDistancesLibraries = Seq(
1818
"com.colisweb" %% "scala-distances-core" % scalaDistancesVersion,

scala-common

Submodule scala-common updated from df0ea2d to f3ffd02

0 commit comments

Comments
 (0)