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 {
108108
109109``` groovy
110110dependencies {
111- implementation 'com.github.HexagonNico:VecMatLib:0.2 '
111+ implementation 'com.github.HexagonNico:VecMatLib:1.0 '
112112}
113113```
114114
@@ -127,7 +127,7 @@ dependencies {
127127<dependency >
128128 <groupId >com.github.HexagonNico</groupId >
129129 <artifactId >VecMatLib</artifactId >
130- <version >0.2 </version >
130+ <version >1.0 </version >
131131</dependency >
132132```
133133
@@ -138,14 +138,14 @@ resolvers += "jitpack" at "https://jitpack.io"
138138```
139139
140140``` sbt
141- libraryDependencies += " com.github.HexagonNico" % " VecMatLib" % " 0.2 "
141+ libraryDependencies += " com.github.HexagonNico" % " VecMatLib" % " 1.0 "
142142```
143143
144144## Support the project
145145
146146VecMatLib was developed by a single person.
147147
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 .
149149
150150[ ![ ko-fi] ( https://ko-fi.com/img/githubbutton_sm.svg )] ( https://ko-fi.com/X8X87EZ87 )
151151
Original file line number Diff line number Diff line change 1- ThisBuild / version := " 0.2 "
1+ ThisBuild / version := " 1.0 "
22
33ThisBuild / scalaVersion := " 2.13.10"
44
@@ -7,4 +7,4 @@ lazy val root = (project in file("."))
77 name := " VecMatLib"
88 )
99
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