1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

upgrade guice to 4.2.2

This commit is contained in:
Juan Liska 2019-03-12 11:34:21 -06:00
parent e06fc29190
commit a09594ea06

View file

@ -30,7 +30,7 @@ object Versions {
val okio = "1.13.0"
val retrofit = "2.3.0"
val gson = "2.8.2"
val guice = "4.1.0"
val guice = "4.2.2"
val maven = "3.5.2"
val mavenResolver = "1.1.0"
val slf4j = "1.7.3"
@ -323,4 +323,4 @@ fun createPom(projectName: String, projectDescription: String) = Model().apply {
name = "Cedric Beust"
email = "cedric@beust.com"
})
}
}