Skip to content

Commit 1a55540

Browse files
committed
- chore: following the opentorah release
- chore: dependencies update - chore: Gradle 8.12
1 parent b8c4472 commit 1a55540

File tree

5 files changed

+35
-32
lines changed

5 files changed

+35
-32
lines changed

build.gradle

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'idea'
33
id 'com.github.ben-manes.versions' version '0.44.0'
44
id 'scala'
5-
id 'io.miret.etienne.sass' version '1.5.0'
5+
id 'io.miret.etienne.sass' version '1.5.1'
66
}
77

88
idea {
@@ -19,27 +19,20 @@ project.gradle.startParameter.excludedTaskNames.add('compileJava')
1919

2020
tasks.withType(ScalaCompile).configureEach {
2121
scalaCompileOptions.with {
22-
// targetCompatibility = '1.8'
2322
additionalParameters = [
2423
'-new-syntax',
2524
'-feature',
26-
'-language:strictEquality',
27-
//'-source:future',
28-
//'-deprecation',
29-
//'-unchecked',
30-
//'-Xsemanticdb',
31-
//'-Ysafe-init',
32-
//'-explain',
25+
'-language:strictEquality'
3326
]
3427
}
3528
}
3629

3730
description = '19 Kislev Archive'
3831

39-
final String opentorahVersion = '0.10.11'
32+
final String opentorahVersion = '0.10.13'
4033

4134
dependencies {
42-
implementation 'org.scala-lang:scala3-library_3:3.3.1'
35+
implementation 'org.scala-lang:scala3-library_3:3.6.2'
4336
implementation "org.opentorah:opentorah-collector:$opentorahVersion"
4437
implementation "org.opentorah:opentorah-util:$opentorahVersion" // for the Cutter
4538
}

gradle/wrapper/gradle-wrapper.jar

-18.1 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 17 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)