diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-07-31 23:36:02 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2021-07-31 23:36:02 +0100 |
commit | 95751e213c9ca6c77747b3334936fb15b1608ed5 (patch) | |
tree | 915d72c2dbf7b3b697da9b70f44d61aab0239ec5 /bootstrap/test-project/build.gradle | |
parent | 2b5d3d4a3a7ba5d1fcc85e890267157faa09291b (diff) | |
download | architectury-loom-95751e213c9ca6c77747b3334936fb15b1608ed5.tar.gz architectury-loom-95751e213c9ca6c77747b3334936fb15b1608ed5.tar.bz2 architectury-loom-95751e213c9ca6c77747b3334936fb15b1608ed5.zip |
Start experimental 0.10 branch - Won't be published right now.
Diffstat (limited to 'bootstrap/test-project/build.gradle')
-rw-r--r-- | bootstrap/test-project/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/test-project/build.gradle b/bootstrap/test-project/build.gradle index f2a0541d..bdb299eb 100644 --- a/bootstrap/test-project/build.gradle +++ b/bootstrap/test-project/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.9.local' + id 'fabric-loom' version '0.10.local' } dependencies { |