File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff 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
3232object 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
Original file line number Diff line number Diff line change 11sbt.version =1.10.6
2- csw.version =6.0.0-M7
2+ csw.version =6.0.0-RC1
Original file line number Diff line number Diff line change @@ -14,11 +14,9 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml"
1414
1515resolvers += " 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")
1917addSbtPlugin(" 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
2321resolvers += Resolver .jcenterRepo
2422addSbtPlugin(" net.aichler" % " sbt-jupiter-interface" % " 0.11.1" )
You can’t perform that action at this time.
0 commit comments