Skip to content

Commit 8431e2d

Browse files
committed
Testing RC1 release
1 parent d5b6d0a commit 8431e2d

5 files changed

Lines changed: 16 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
env:
12-
CSW_VERSION: "6.0.0-M7"
13-
ESW_OCS_ENG_UI_VERSION: "1cc4bac"
12+
CSW_VERSION: "6.0.0-RC1"
13+
ESW_OCS_ENG_UI_VERSION: "47f9fa1"
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: coursier/setup-action@v1.2.0

notes/1.0.0-RC1.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## ESW - TMT Executive Software v1.0.0-RC1
2+
3+
This is the v1.0.0-RC1 of the TMT Executive Software.
4+
5+
See [CHANGELOG.md](CHANGELOG.md) for details of all releases.
6+
7+
### Documentation
8+
9+
Paradox documentation can be found here: https://tmtsoftware.github.io/esw/1.0.0-RC1/

project/Libs.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ object Libs {
1616
val `scalatest` = dep("org.scalatest" %%% "scalatest" % "3.2.19") // Apache License 2.0
1717
val `caffeine` = "com.github.ben-manes.caffeine" % "caffeine" % "3.2.0"
1818
val `jupiter-interface` = "net.aichler" % "jupiter-interface" % "0.11.1"
19-
val `tmt-test-reporter` = "com.github.tmtsoftware.rtm" %% "rtm" % "d45709a"
19+
val `tmt-test-reporter` = "com.github.tmtsoftware.rtm" %% "rtm" % "0.4.0"
2020

2121
val blockhound = "io.projectreactor.tools" % "blockhound" % "1.0.11.RELEASE"
22-
val `embedded-keycloak` = "com.github.tmtsoftware.embedded-keycloak" %% "embedded-keycloak" % "2268e39" // Apache 2.0
22+
val `embedded-keycloak` = "com.github.tmtsoftware.embedded-keycloak" %% "embedded-keycloak" % "0.7.3" // Apache 2.0
2323

2424
// Note: CrossVersion.full: version has to match exact scala version (_3.3.0 instead of _3)
2525
val `ammonite` = ("com.lihaoyi" % "ammonite_3.6.3" % "3.0.2")
@@ -30,7 +30,7 @@ object Libs {
3030
}
3131

3232
object MSocket {
33-
val Version = "0.7.0"
33+
val Version = "0.7.1"
3434

3535
val `msocket-api` = dep("com.github.tmtsoftware.msocket" %%% "msocket-api" % Version)
3636
val `msocket-http` = "com.github.tmtsoftware.msocket" %% "msocket-http" % Version

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sbt.version=1.10.6
2-
csw.version=6.0.0-M7
2+
csw.version=6.0.0-RC1

project/plugins.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml"
1414

1515
resolvers += "jitpack" at "https://jitpack.io"
1616

17-
//libraryDependencies += "com.github.tmtsoftware" % "kotlin-plugin" % "4431819"
18-
//addSbtPlugin("community.flock.sbt" % "sbt-kotlin-plugin" % "3.0.1")
1917
addSbtPlugin("org.jetbrains.scala" % "sbt-kotlin-plugin" % "3.1.4")
2018

21-
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "a3206b6"
19+
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "0.7.0"
2220

2321
resolvers += Resolver.jcenterRepo
2422
addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1")

0 commit comments

Comments
 (0)