Skip to content

Commit

Permalink
Bump Cobalt version
Browse files Browse the repository at this point in the history
 - Default to using little endian in string.dump
 - Remove propagation of debug hooks to child coroutines
 - Use [C] instead of function name in traceback.
 - Various improvements to string formatting:
  • Loading branch information
SquidDev committed Aug 23, 2018
1 parent 0bd0f4d commit f6fe995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -75,7 +75,7 @@ dependencies {
// http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html // http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html
// http://www.gradle.org/docs/current/userguide/dependency_management.html // http://www.gradle.org/docs/current/userguide/dependency_management.html


shade 'org.squiddev:Cobalt:0.3.0' shade 'org.squiddev:Cobalt:0.3.2'
} }


jar { jar {
Expand Down

0 comments on commit f6fe995

Please sign in to comment.