Skip to content

Commit

Permalink
Bump deps/jvm (#444)
Browse files Browse the repository at this point in the history
* bump ryddig logger

* bump coursier

* bump jvm

* fmt

* update
  • Loading branch information
oyvindberg authored Nov 20, 2024
1 parent 99d1af7 commit 6cefa11
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions bleep-tests/src/scala/bleep/IntegrationTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import bleep.internal.{bleepLoggers, FileUtils}
import org.scalactic.TripleEqualsSupport
import org.scalatest.Assertion
import org.scalatest.funsuite.AnyFunSuite
import ryddig.TypedLogger.Stored
import ryddig.{LogLevel, LogPatterns, Loggers, TypedLogger}
import ryddig.*

import java.nio.file.Files
import java.time.Instant
Expand Down
10 changes: 5 additions & 5 deletions bleep.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: https://raw.githubusercontent.com/oyvindberg/bleep/master/schema.json
$version: 0.0.10
jvm:
name: graalvm-community:21.0.2
name: graalvm-community:23.0.1
projects:
bleep-cli:
dependencies:
Expand All @@ -24,7 +24,7 @@ projects:
module: ch.epfl.scala::bloop-config:2.1.0
- for3Use213: true
module: ch.epfl.scala::bloop-rifle:2.0.5
- com.olvind.ryddig::ryddig:0.0.5
- com.olvind.ryddig::ryddig:0.0.6
- com.swoval:file-tree-views:2.1.12
- org.typelevel::scalac-options:0.1.7
dependsOn:
Expand All @@ -37,11 +37,11 @@ projects:
- io.circe::circe-generic:0.14.10
- io.circe::circe-yaml-v12:1.15.0
- for3Use213: true
module: io.get-coursier::coursier-jvm:2.1.17
module: io.get-coursier::coursier-jvm:2.1.18
- for3Use213: true
module: io.get-coursier::coursier-sbt-maven-repository:2.1.17
module: io.get-coursier::coursier-sbt-maven-repository:2.1.18
- for3Use213: true
module: io.get-coursier::coursier:2.1.17
module: io.get-coursier::coursier:2.1.18
- org.snakeyaml:snakeyaml-engine:2.8
extends: template-cross-all
sourcegen:
Expand Down
Binary file modified snapshot-tests/bloop/resolve-cache.json.gz
Binary file not shown.
Binary file modified snapshot-tests/converter/resolve-cache.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion snapshot-tests/create-new-build/build/bleep.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: https://raw.githubusercontent.com/oyvindberg/bleep/master/schema.json
$version: dev
jvm:
name: graalvm-community:21.0.2
name: graalvm-community:23.0.1
projects:
myapp:
dependencies: com.lihaoyi::fansi:0.3.1
Expand Down
Binary file modified snapshot-tests/create-new-build/resolve-cache.json.gz
Binary file not shown.
Binary file modified snapshot-tests/doobie/resolve-cache.json.gz
Binary file not shown.
Binary file modified snapshot-tests/http4s/resolve-cache.json.gz
Binary file not shown.
Binary file modified snapshot-tests/sbt/resolve-cache.json.gz
Binary file not shown.
Binary file modified snapshot-tests/scalameta/resolve-cache.json.gz
Binary file not shown.
Binary file modified snapshot-tests/tapir/resolve-cache.json.gz
Binary file not shown.

0 comments on commit 6cefa11

Please sign in to comment.