File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/sbt-test/dependency-manifest Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ val `sbt-github-dependency-submission` = project
27
27
.settings(
28
28
name := " sbt-github-dependency-submission" ,
29
29
sbtVersion := " 1.5.8" ,
30
- scalaVersion := " 2.12.15 " ,
30
+ scalaVersion := " 2.12.19 " ,
31
31
scalacOptions ++= Seq (
32
32
" -deprecation" ,
33
33
" -encoding" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inThisBuild(
10
10
organization := " ch.epfl.scala" ,
11
11
version := " 1.2.0-SNAPSHOT" ,
12
12
useCoursier := true ,
13
- scalaVersion := " 2.12.15 "
13
+ scalaVersion := " 2.12.19 "
14
14
)
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inThisBuild(
10
10
organization := " ch.epfl.scala" ,
11
11
version := " 1.2.0-SNAPSHOT" ,
12
12
useCoursier := false , // use Ivy
13
- scalaVersion := " 2.12.15 "
13
+ scalaVersion := " 2.12.19 "
14
14
)
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ inThisBuild(
11
11
version := " 1.2.0-SNAPSHOT" ,
12
12
// use Ivy because Coursier does not allow several classifier on the same dep
13
13
useCoursier := false ,
14
- scalaVersion := " 2.12.15 "
14
+ scalaVersion := " 2.12.19 "
15
15
)
16
16
)
17
17
You can’t perform that action at this time.
0 commit comments