I updated compose from `1.2.0-alpha01-dev620` to `...
# compose-desktop
e
I updated compose from
1.2.0-alpha01-dev620
to
1.2.0-alpha01-dev675
and it isn't getting found. The latest version on maven central is `dev620`:
Copy code
Could not find org.jetbrains.compose.material:material:1.2.0-alpha01-dev675.
     Searched in the following locations:
       - <https://repo.maven.apache.org/maven2/org/jetbrains/compose/material/material/1.2.0-alpha01-dev675/material-1.2.0-alpha01-dev675.pom>
       - <https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/compose/material/material/1.2.0-alpha01-dev675/material-1.2.0-alpha01-dev675.pom>
       - <https://s01.oss.sonatype.org/content/repositories/snapshots/org/jetbrains/compose/material/material/1.2.0-alpha01-dev675/material-1.2.0-alpha01-dev675.pom>
k
e
So the builds aren't going to maven central anymore?
k
Not these pre alpha ones, not always
e
So sometimes the pre alpha ones go to maven central? Like
dev620
?
k
Up to the JB people, really
e
all the compose-jb examples use https://maven.pkg.jetbrains.space/public/p/compose/dev even for release versions
e
I guess that's a strategy. I'll go back to jetbrains.space then 😄