File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ 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 )
2
2
![ Java] ( https://img.shields.io/badge/Java-21-blue?labelColor=black )
3
- ![ Scala] ( https://img.shields.io/badge/Scala3-3.6.4 -blue?labelColor=black )
3
+ ![ Scala] ( https://img.shields.io/badge/Scala3-3.7.0 -blue?labelColor=black )
4
4
![ SpringBoot] ( https://img.shields.io/badge/SpringBoot-3.x-blue?labelColor=black )
5
5
6
6
# Scala in a Java Spring Boot Project
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
19
19
20
20
dependencies {
21
21
implementation(" org.springframework.boot:spring-boot-starter-web" )
22
- implementation(" org.scala-lang:scala3-library_3:3.6.4 " )
22
+ implementation(" org.scala-lang:scala3-library_3:3.7.0 " )
23
23
24
24
testImplementation(" org.springframework.boot:spring-boot-starter-test" )
25
25
You can’t perform that action at this time.
0 commit comments