Skip to content

Commit

Permalink
Upgrade sbt, scala and sbt-ci-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Mar 21, 2024
1 parent 349ecbc commit 7e85757
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ organization := "com.github.sbt"
homepage := Some(url("https://github.com/sbt/sbt-native-packager"))

Global / onChangedBuildSource := ReloadOnSourceChanges
Global / scalaVersion := "2.12.12"
Global / scalaVersion := "2.12.19"

// crossBuildingSettings
crossSbtVersions := Vector("1.1.6")
Expand Down
2 changes: 0 additions & 2 deletions integration-tests-ansible/test-project-play-rpm/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ scalacOptions in ThisBuild ++= Seq(
"-Xlint"
)

resolvers in ThisBuild += Resolver.typesafeRepo("releases")

name := "test-project-play-rpm"

description := "Demo of RPM packaging"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.8
sbt.version=1.9.9
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
resolvers += Resolver.typesafeRepo("releases")

libraryDependencies <+= Def.setting[ModuleID] {
Defaults
.sbtPluginExtra(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.4
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")

// releasing
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

Expand Down
2 changes: 1 addition & 1 deletion test-project-docker/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.4
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion test-project-jdkpackager/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.6
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion test-project-simple/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.6
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion test-project-windows/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.6
sbt.version=1.9.9

0 comments on commit 7e85757

Please sign in to comment.