Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.12.x' into merge-2.12-to-2.13-…
Browse files Browse the repository at this point in the history
…20241021
  • Loading branch information
SethTisue committed Oct 21, 2024
2 parents 5f4087b + 6717c02 commit 1d9c3e5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: [8, 11, 17, 21, 22, 23-ea]
java: [8, 11, 17, 21, 23]
runs-on: ${{matrix.os}}
steps:
- run: git config --global core.autocrlf false
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,11 @@ $ sbt

## "Nightly" builds

The Scala CI builds nightly download releases and publishes
them to https://scala-ci.typesafe.com/artifactory/scala-integration/ .
The Scala CI publishes these to
https://scala-ci.typesafe.com/artifactory/scala-integration/ .

Using a nightly build in sbt is explained in
[this Stack Overflow answer](https://stackoverflow.com/questions/40622878)
Using a nightly build in sbt and other tools is explained on this
[doc page](https://docs.scala-lang.org/overviews/core/nightlies.html).

Although we casually refer to these as "nightly" builds, they aren't
actually built nightly, but "mergely". That is to say, a build is
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ val jnaDep = "net.java.dev.jna" % "jna"
val jlineDeps = Seq(jlineDep, jnaDep)
val testInterfaceDep = "org.scala-sbt" % "test-interface" % "1.0"
val diffUtilsDep = "io.github.java-diff-utils" % "java-diff-utils" % "4.12"
val compilerInterfaceDep = "org.scala-sbt" % "compiler-interface" % "1.10.2"
val compilerInterfaceDep = "org.scala-sbt" % "compiler-interface" % "1.10.3"

val projectFolder = settingKey[String]("subfolder in src when using configureAsSubproject, else the project name")

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.10.2
sbt.version=1.10.3

0 comments on commit 1d9c3e5

Please sign in to comment.