Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                               | from                           | to              |
| ---------- | ----------------------------------------------------- | ------------------------------ | --------------- |
| maven      | com.javiersc.hubdle:hubdle-version-catalog            | 0.2.5+2.0.0-dev-19480-SNAPSHOT | 0.2.6+2.0.0-RC1 |
| maven      | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.6.4+2.0.0-dev-19480-SNAPSHOT | 0.6.6+2.0.0-RC1 |
  • Loading branch information
JavierSegoviaCordoba committed Apr 16, 2024
1 parent 395f821 commit 1540e53
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

### Added

### Changed

### Deprecated

### Fixed

### Removed

### Updated

## [0.1.1+2.0.0-RC1] - 2024-04-09

### Added

- `FULL_JDK` and Context Receivers to test configuration
- `IrPluginContext.declarationIrBuilder: DeclarationIrBuilder`
- `IrVariable.toIrGetValue(): IrGetValue`
Expand All @@ -25,9 +39,9 @@

### Updated

- `com.javiersc.hubdle:hubdle-version-catalog -> 0.2.6+2.0.0-RC1`
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.6+2.0.0-RC1`
- `gradle -> 8.7`
- `com.javiersc.hubdle:hubdle-version-catalog -> 0.2.5+2.0.0-dev-19480-SNAPSHOT`
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.4+2.0.0-dev-19480-SNAPSHOT`

## [0.1.1-alpha.5] - 2023-09-29

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### TEMPORAL ###
####################################################################################################
semver.checkClean=false
semver.stage=snapshot
publishing.nonSemver=true
####################################################################################################
### CONFIGURATION ###
####################################################################################################
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
hubdle = "0.6.4+2.0.0-dev-19480-SNAPSHOT"
hubdleCatalog = "0.2.5+2.0.0-dev-19480-SNAPSHOT"
hubdle = "0.6.6+2.0.0-RC1"
hubdleCatalog = "0.2.6+2.0.0-RC1"

[libraries]
hubdle-catalog = { module = "com.javiersc.hubdle:hubdle-version-catalog", version.ref = "hubdleCatalog" }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
@file:OptIn(ExperimentalTopLevelDeclarationsGenerationApi::class)

package com.javiersc.kotlin.compiler.extensions.fir

import com.javiersc.kotlin.compiler.extensions.shared.compilerExtensionsTestDir
import java.io.File
import org.jetbrains.kotlin.fir.FirSession
import org.jetbrains.kotlin.fir.extensions.ExperimentalTopLevelDeclarationsGenerationApi
import org.jetbrains.kotlin.fir.extensions.FirDeclarationGenerationExtension
import org.jetbrains.kotlin.name.CallableId

Expand Down

0 comments on commit 1540e53

Please sign in to comment.