File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ allprojects {
124
124
125
125
``` groovy
126
126
dependencies {
127
- implementation 'com.github.HexagonNico:VecMatLib:1.2.1 '
127
+ implementation 'com.github.HexagonNico:VecMatLib:1.2.2 '
128
128
}
129
129
```
130
130
@@ -143,7 +143,7 @@ dependencies {
143
143
<dependency >
144
144
<groupId >com.github.HexagonNico</groupId >
145
145
<artifactId >VecMatLib</artifactId >
146
- <version >1.2.1 </version >
146
+ <version >1.2.2 </version >
147
147
</dependency >
148
148
```
149
149
@@ -154,7 +154,7 @@ resolvers += "jitpack" at "https://jitpack.io"
154
154
```
155
155
156
156
``` sbt
157
- libraryDependencies += " com.github.HexagonNico" % " VecMatLib" % " 1.2.1 "
157
+ libraryDependencies += " com.github.HexagonNico" % " VecMatLib" % " 1.2.2 "
158
158
```
159
159
160
160
## Support the project
Original file line number Diff line number Diff line change 1
- ThisBuild / version := " 1.2.1 "
1
+ ThisBuild / version := " 1.2.2 "
2
2
3
3
ThisBuild / scalaVersion := " 2.13.10"
4
4
You can’t perform that action at this time.
0 commit comments