Skip to content

Commit cf651de

Browse files
Bump org.scala-lang:scala3-library_3 from 3.6.3 to 3.6.4 in the dependencies group (#72)
* Bump org.scala-lang:scala3-library_3 in the dependencies group Bumps the dependencies group with 1 update: [org.scala-lang:scala3-library_3](https://github.com/scala/scala3). Updates `org.scala-lang:scala3-library_3` from 3.6.3 to 3.6.4 - [Release notes](https://github.com/scala/scala3/releases) - [Commits](scala/scala3@3.6.3...3.6.4) --- updated-dependencies: - dependency-name: org.scala-lang:scala3-library_3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update README.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roger Viñas Alcon <roger.vinas@fastzink.com>
1 parent e08560b commit cf651de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![CI](https://github.com/rogervinas/scala-java-spring-boot/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/rogervinas/scala-java-spring-boot/actions/workflows/ci.yml)
22
![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black)
3-
![Scala](https://img.shields.io/badge/Scala3-3.6.3-blue?labelColor=black)
3+
![Scala](https://img.shields.io/badge/Scala3-3.6.4-blue?labelColor=black)
44
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.x-blue?labelColor=black)
55

66
# Scala in a Java Spring Boot Project

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
implementation("org.springframework.boot:spring-boot-starter-web")
22-
implementation("org.scala-lang:scala3-library_3:3.6.3")
22+
implementation("org.scala-lang:scala3-library_3:3.6.4")
2323

2424
testImplementation("org.springframework.boot:spring-boot-starter-test")
2525

0 commit comments

Comments
 (0)