Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sbt-plugin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val `sbt-github-dependency-submission` = project
.settings(
name := "sbt-github-dependency-submission",
sbtVersion := "1.5.8",
scalaVersion := "2.12.20",
scalaVersion := "2.13.16",
scalacOptions ++= Seq(
"-deprecation",
"-encoding",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inThisBuild(
organization := "ch.epfl.scala",
version := "1.2.0-SNAPSHOT",
useCoursier := true,
scalaVersion := "2.12.20"
scalaVersion := "2.13.16"
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inThisBuild(
organization := "ch.epfl.scala",
version := "1.2.0-SNAPSHOT",
useCoursier := false, // use Ivy
scalaVersion := "2.12.20"
scalaVersion := "2.13.16"
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inThisBuild(
version := "1.2.0-SNAPSHOT",
// use Ivy because Coursier does not allow several classifier on the same dep
useCoursier := false,
scalaVersion := "2.12.20"
scalaVersion := "2.13.16"
)
)

Expand Down
Loading