Skip to content

Commit c6f5ccf

Browse files
committed
Updated dependency versions for RC1 release
1 parent 7244a03 commit c6f5ccf

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

notes/6.0.0-RC1.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

project/Libs.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5959
object Borer {
@@ -131,7 +131,7 @@ object Jooq {
131131
}
132132

133133
object 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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ addDependencyTreePlugin
2121
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
2222

2323
resolvers += "jitpack" at "https://jitpack.io"
24-
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "c49e54a"
24+
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "0.7.0"
2525

2626
classpathTypes += "maven-plugin"
2727

0 commit comments

Comments
 (0)