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- ESW_TS_VERSION : " 0.6.0-M1 "
12+ ESW_TS_VERSION : " 0.6.0-M3 "
1313 steps :
1414 - uses : actions/checkout@v4
1515 - uses : coursier/setup-action@v1.2.0
Original file line number Diff line number Diff line change 1+ ## CSW - TMT Common Software v6.0.0-RC1
2+
3+ This is release v6.0.0-RC1 of the TMT Common Software.
4+
5+ See [ CHANGELOG.md] ( CHANGELOG.md ) for details of all releases.
6+
7+
8+ ### Documentation
9+ - Reference paradox documentation: https://tmtsoftware.github.io/csw/6.0.0-RC1/
10+ - Scaladoc: https://tmtsoftware.github.io/csw/6.0.0-RC1/api/scala/index.html
11+ - Javadoc: https://tmtsoftware.github.io/csw/6.0.0-RC1/api/java/index.html
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ object Libs {
1414 val `logback-classic` = " ch.qos.logback" % " logback-classic" % " 1.5.17"
1515
1616 val `sourcecode` = " com.lihaoyi" %% " sourcecode" % " 0.4.2"
17- val `embedded-keycloak` = " com.github.tmtsoftware.embedded-keycloak" %% " embedded-keycloak" % " 2268e39 " // Apache 2.0
17+ val `embedded-keycloak` = " com.github.tmtsoftware.embedded-keycloak" %% " embedded-keycloak" % " 0.7.3 " // Apache 2.0
1818 val `svnkit` = " org.tmatesoft.svnkit" % " svnkit" % " 1.10.11" // TMate Open Source License
1919 val `commons-codec` = " commons-codec" % " commons-codec" % " 1.15" // Apache 2.0š
2020 val `gson` = " com.google.code.gson" % " gson" % " 2.12.1" // Apache 2.0
@@ -53,7 +53,7 @@ object Libs {
5353 val `caffeine` = " com.github.ben-manes.caffeine" % " caffeine" % " 3.2.0"
5454 val netty = " io.netty" % " netty-all" % " 4.1.119.Final"
5555 val `case-app` = " com.github.alexarchambault" %% " case-app" % " 2.1.0-M30"
56- val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " d45709a "
56+ val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.0 "
5757}
5858
5959object Borer {
@@ -131,7 +131,7 @@ object Jooq {
131131}
132132
133133object MSocket {
134- val Version = " 0.7.0 "
134+ val Version = " 0.7.1 "
135135
136136 val `msocket-api` = dep(" com.github.tmtsoftware.msocket" %%% " msocket-api" % Version )
137137 val `msocket-security` = " com.github.tmtsoftware.msocket" %% " msocket-security" % Version
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ addDependencyTreePlugin
2121ThisBuild / libraryDependencySchemes += " org.scala-lang.modules" %% " scala-xml" % VersionScheme .Always
2222
2323resolvers += " jitpack" at " https://jitpack.io"
24- libraryDependencies += " com.github.tmtsoftware" % " sbt-docs" % " c49e54a "
24+ libraryDependencies += " com.github.tmtsoftware" % " sbt-docs" % " 0.7.0 "
2525
2626classpathTypes += " maven-plugin"
2727
You can’t perform that action at this time.
0 commit comments