Skip to content

Commit

Permalink
Update versions (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored Mar 13, 2023
1 parent 0d776be commit 0ad348f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 33 deletions.
4 changes: 2 additions & 2 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem "jekyll", "~> 4.2.0"
gem "kramdown", ">= 2.3.1"
gem "jekyll", "~> 4.3.2"
gem "kramdown", ">= 2.4.0"
37 changes: 20 additions & 17 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,35 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (3.22.2-x86_64-darwin)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand All @@ -49,20 +51,21 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.30.0)
rouge (4.1.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
sass-embedded (1.59.2-x86_64-darwin)
google-protobuf (~> 3.21)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
webrick (1.8.1)

PLATFORMS
x86_64-darwin-21

DEPENDENCIES
jekyll (~> 4.2.0)
kramdown (>= 2.3.1)
jekyll (~> 4.3.2)
kramdown (>= 2.4.0)

BUNDLED WITH
2.4.8
3 changes: 2 additions & 1 deletion docs/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("DSL_SCOPE_VIOLATION")

buildscript {
repositories {
mavenCentral()
Expand All @@ -12,7 +14,6 @@ plugins {
dependencies {
runtimeOnly(libs.kotlin.stdlibJDK8)
runtimeOnly(projects.arrowMeta)
runtimeOnly(libs.arrowAnalysisTypes)
}

tasks {
Expand Down
13 changes: 1 addition & 12 deletions gradle/projects.libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,26 @@
[versions]
arrow = "1.1.5"
arrowGradleConfig = "0.11.0"
arrowAnalysis = "2.0.2-SNAPSHOT"
assertj = "3.24.2"
classgraph = "4.8.157"
dokka = "1.8.10"
intellijOpenApi = "7.0.3"
javaAssist = "3.29.2-GA"
junit = "5.9.2"
kotlin = "1.8.10"
javaSmt = "3.14.3"
kotlinCompileTesting = "1.5.0"
javaCompileTesting = "0.21.0"
apacheCommonsText = "1.10.0"
sarif4k = "0.3.0"
kotlinBinaryCompatibilityValidator = "0.12.1"
kotlinBinaryCompatibilityValidator = "0.13.0"
detekt = "1.22.0"
ksp = "1.8.10-1.0.9"
okio = "3.2.0"

[libraries]
arrowAnnotations = { module = "io.arrow-kt:arrow-annotations", version.ref = "arrow" }
arrowCore = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }
arrowOptics = { module = "io.arrow-kt:arrow-optics", version.ref = "arrow" }
arrowAnalysisTypes = { module = "io.arrow-kt:arrow-analysis-types", version.ref = "arrowAnalysis" }
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
classgraph = { module = "io.github.classgraph:classgraph", version.ref = "classgraph" }
intellijOpenApi = { module = "com.intellij:openapi", version.ref = "intellijOpenApi" }
javaAssist = { module = "org.javassist:javassist", version.ref = "javaAssist" }
javaSmt = { module = "org.sosy-lab:java-smt", version.ref = "javaSmt" }
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
junitEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
junitPlatformLauncher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit" }
Expand All @@ -46,11 +38,8 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect" }
kotlinCompileTesting = { module = "com.github.tschuchortdev:kotlin-compile-testing", version.ref = "kotlinCompileTesting" }
kotlinCompileTestingKsp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref = "kotlinCompileTesting" }
javaCompileTesting = { module = "com.google.testing.compile:compile-testing", version.ref = "javaCompileTesting" }
apacheCommonsText = { module = "org.apache.commons:commons-text", version.ref = "apacheCommonsText" }
sarif4k = { module = "io.github.detekt.sarif4k:sarif4k", version.ref = "sarif4k" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
ksp-lib = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" }
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }

[plugins]
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
Expand Down
1 change: 0 additions & 1 deletion libs/meta-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies {
implementation(projects.arrowMeta)
implementation(libs.ksp.api)
implementation(libs.ksp.lib)
implementation(libs.okio)

testImplementation(libs.kotlin.stdlibJDK8)
testImplementation(libs.junit)
Expand Down

0 comments on commit 0ad348f

Please sign in to comment.