Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example build.sc with current library versions #3055

Merged
merged 1 commit into from
Feb 29, 2024

Commits on Feb 28, 2024

  1. Update build.sc with current library versions

    This avoids the build error:
    
    ```
    1 targets failed
    resolvedIvyDeps 
    Resolution failed for 1 modules:
    --------------------------------------------
      com.lihaoyi:scalatags_3:0.8.2 
    	not found: /home/cosmin/.ivy2/local/com.lihaoyi/scalatags_3/0.8.2/ivys/ivy.xml
    	not found: https://repo1.maven.org/maven2/com/lihaoyi/scalatags_3/0.8.2/scalatags_3-0.8.2.pom
    
    --------------------------------------------
    
    For additional information on library dependencies, see the docs at
    https://mill-build.com/mill/Library_Dependencies.html
    ```
    cstroe committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f0c4298 View commit details
    Browse the repository at this point in the history