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 {
124124
125125``` groovy
126126dependencies {
127- implementation 'com.github.HexagonNico:VecMatLib:1.2.1 '
127+ implementation 'com.github.HexagonNico:VecMatLib:1.2.2 '
128128}
129129```
130130
@@ -143,7 +143,7 @@ dependencies {
143143<dependency >
144144 <groupId >com.github.HexagonNico</groupId >
145145 <artifactId >VecMatLib</artifactId >
146- <version >1.2.1 </version >
146+ <version >1.2.2 </version >
147147</dependency >
148148```
149149
@@ -154,7 +154,7 @@ resolvers += "jitpack" at "https://jitpack.io"
154154```
155155
156156``` sbt
157- libraryDependencies += " com.github.HexagonNico" % " VecMatLib" % " 1.2.1 "
157+ libraryDependencies += " com.github.HexagonNico" % " VecMatLib" % " 1.2.2 "
158158```
159159
160160## 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 "
22
33ThisBuild / scalaVersion := " 2.13.10"
44
You can’t perform that action at this time.
0 commit comments