File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ allprojects {
108
108
109
109
``` groovy
110
110
dependencies {
111
- implementation 'com.github.HexagonNico:VecMatLib:0.2 '
111
+ implementation 'com.github.HexagonNico:VecMatLib:1.0 '
112
112
}
113
113
```
114
114
@@ -127,7 +127,7 @@ dependencies {
127
127
<dependency >
128
128
<groupId >com.github.HexagonNico</groupId >
129
129
<artifactId >VecMatLib</artifactId >
130
- <version >0.2 </version >
130
+ <version >1.0 </version >
131
131
</dependency >
132
132
```
133
133
@@ -138,14 +138,14 @@ resolvers += "jitpack" at "https://jitpack.io"
138
138
```
139
139
140
140
``` sbt
141
- libraryDependencies += " com.github.HexagonNico" % " VecMatLib" % " 0.2 "
141
+ libraryDependencies += " com.github.HexagonNico" % " VecMatLib" % " 1.0 "
142
142
```
143
143
144
144
## Support the project
145
145
146
146
VecMatLib was developed by a single person.
147
147
148
- Initially a university project, later completed and turned into a full project .
148
+ Initially a university project, later completed and turned into a fully usable library .
149
149
150
150
[ ![ ko-fi] ( https://ko-fi.com/img/githubbutton_sm.svg )] ( https://ko-fi.com/X8X87EZ87 )
151
151
Original file line number Diff line number Diff line change 1
- ThisBuild / version := " 0.2 "
1
+ ThisBuild / version := " 1.0 "
2
2
3
3
ThisBuild / scalaVersion := " 2.13.10"
4
4
@@ -7,4 +7,4 @@ lazy val root = (project in file("."))
7
7
name := " VecMatLib"
8
8
)
9
9
10
- libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.14 " % Test
10
+ libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.15 " % Test
You can’t perform that action at this time.
0 commit comments