From 7d0eec32c2c793043be5b7184d2f139cf4f2cf87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Radunsky?= Date: Tue, 16 Apr 2024 17:46:06 -0300 Subject: [PATCH] bump dw version --- .github/workflows/main.yml | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af69fa2..62e0b8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ env: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - OSX_LINUX_WINDOWS: + BUILD: strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] diff --git a/gradle.properties b/gradle.properties index d0c654d..b13d568 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -weaveVersion=2.7.0-SNAPSHOT -weaveTestSuiteVersion=2.7.0-SNAPSHOT +weaveVersion=2.8.0-SNAPSHOT +weaveTestSuiteVersion=2.8.0-SNAPSHOT nativeVersion=100.100.100 scalaVersion=2.12.15 ioVersion=1.0.0-SNAPSHOT