Skip to content

Commit

Permalink
version: update version of grazie-test-generation module to 1.0.9
Browse files Browse the repository at this point in the history
This version introduces several Llama models.
  • Loading branch information
Vladislav0Art committed Dec 3, 2024
1 parent d2df269 commit 22ede10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val spacePassword =
System.getProperty("space.pass")?.toString() ?: project.properties["spacePassword"]?.toString() ?: ""

// the test generation module for interacting with Grazie (used when the space credentials are provided)
val grazieTestGenerationVersion = "1.0.5"
val grazieTestGenerationVersion = "1.0.9"

plugins {
// Java support
Expand Down

0 comments on commit 22ede10

Please sign in to comment.