Skip to content

Commit e059a42

Browse files
1.1.1 release
1 parent 0d462eb commit e059a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'io.github.henryssondaniel.teacup.engine'
10-
version = '1.1.1-SNAPSHOT'
10+
version = '1.1.1'
1111

1212
sourceSets {
1313
intTest {
@@ -57,7 +57,7 @@ configurations {
5757
}
5858

5959
dependencies {
60-
api 'io.github.henryssondaniel.teacup:core:1.1.2-SNAPSHOT'
60+
api 'io.github.henryssondaniel.teacup:core:1.1.2'
6161
api 'org.junit.jupiter:junit-jupiter-engine:5.5.0'
6262
implementation 'org.junit.platform:junit-platform-launcher:1.5.0'
6363
testImplementation 'org.assertj:assertj-core:3.12.2'

0 commit comments

Comments
 (0)