File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ repositories {
9090}
9191
9292dependencies {
93- implementation 'com.github.nyabkun:qq-benchmark:v2023-05-24 '
93+ implementation 'com.github.nyabkun:qq-benchmark:v2023-05-28 '
9494}
9595```
9696
@@ -102,7 +102,7 @@ repositories {
102102}
103103
104104dependencies {
105- implementation(" com.github.nyabkun:qq-benchmark:v2023-05-24 " )
105+ implementation(" com.github.nyabkun:qq-benchmark:v2023-05-28 " )
106106}
107107```
108108
@@ -121,14 +121,14 @@ dependencies {
121121 <dependency >
122122 <groupId >com.github.nyabkun</groupId >
123123 <artifactId >qq-benchmark</artifactId >
124- <version >v2023-05-24 </version >
124+ <version >v2023-05-28 </version >
125125 </dependency >
126126</dependencies >
127127```
128128
129129## How did I create this library
130130
131- - I developed [ qq-compact-lib] ( https://github.com/nyabkun/qq-compact-lib ) that resolves dependencies and generates compact, self-contained libraries.
131+ - This library was created using [ qq-compact-lib] ( https://github.com/nyabkun/qq-compact-lib ) to generates compact, self-contained libraries.
132132- It utilizes [ PSI] ( https://plugins.jetbrains.com/docs/intellij/psi.html ) to resolve function calls and class references.
133133- The original repository is currently being organized, and I'm gradually extracting and publishing smaller libraries.
134134
Original file line number Diff line number Diff line change 1- v2023-05-24
1+ v2023-05-28
22290a1337e41cdef7b7ee9d0c5ad22d4835f6150daea3c52077831751c6ece2de104c2a8d5dfeb25733b6b40f7c410c376cc44507ef186ba980b9277221957e8b
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ plugins {
2929
3030group = " com.nyabkun.qol"
3131
32- version = " v2023-05-24 "
32+ version = " v2023-05-28 "
3333
3434repositories {
3535 mavenCentral()
You can’t perform that action at this time.
0 commit comments