Skip to content

Commit

Permalink
Moving to CST 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgudwin committed Apr 25, 2024
1 parent c956f3e commit da10756
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Note: This library is still under development, and some concepts or features mig
```
dependencies {
...
implementation 'com.github.CST-Group:cst-bindings:1.0.6'
implementation 'com.github.CST-Group:cst-bindings:1.0.7'
}
```

Expand All @@ -53,7 +53,7 @@ Sometimes, the version number (tag) in this README gets out of date, as maintain
<dependency>
<groupId>com.github.CST-Group</groupId>
<artifactId>cst-bindings</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

Expand Down
13 changes: 9 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ group = 'com.github.CST-Group'

description = "CST-Bindings"

sourceCompatibility = 1.8
targetCompatibility = 1.8
version = '1.0.6'
java {
//sourceCompatibility = JavaVersion.VERSION_11
//targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

version = '1.0.7'

repositories {
flatDir {
Expand All @@ -34,7 +39,7 @@ configurations {
}

dependencies {
api('com.github.CST-Group:cst:1.4.0')
api('com.github.CST-Group:cst:1.4.1')

api 'com.soartech:jsoar-core:4.1.3'
api 'com.soartech:jsoar-debugger:4.1.3'
Expand Down

0 comments on commit da10756

Please sign in to comment.