Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-scalafix-0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 authored May 16, 2024
2 parents 5a99844 + a94f86d commit db2123f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.2
sbt.version=1.10.0
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.15",
scalaVersion := "2.12.19",
scalacOptions ++= Seq(
"-deprecation",
"-encoding",
Expand Down
2 changes: 1 addition & 1 deletion sbt-plugin/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.2
sbt.version=1.10.0
2 changes: 1 addition & 1 deletion sbt-plugin/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.3")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
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.15"
scalaVersion := "2.12.19"
)
)

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.15"
scalaVersion := "2.12.19"
)
)

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.15"
scalaVersion := "2.12.19"
)
)

Expand Down

0 comments on commit db2123f

Please sign in to comment.