Skip to content

Commit

Permalink
Play2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JG1VPP committed Jun 11, 2024
1 parent 5c75a2d commit 3c899ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ATS-4: Amateur-Radio Contest Administration System
====

![image](https://img.shields.io/badge/sbt-1.5.5-red.svg)
![image](https://img.shields.io/badge/sbt-1.10.0-red.svg)
![image](https://img.shields.io/badge/Java-JDK11-red.svg)
![image](https://img.shields.io/badge/Scala-2.13-orange.svg)
![image](https://img.shields.io/badge/JRuby-9.3-orange.svg)
![image](https://img.shields.io/badge/PlayFramework-2.8-blueviolet.svg)
![image](https://img.shields.io/badge/PlayFramework-2.9-blueviolet.svg)
![image](https://img.shields.io/badge/license-GPL3-darkblue.svg)
![badge](https://github.com/nextzlog/ats4/actions/workflows/build.yaml/badge.svg)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "ats4"
version := "SNAPSHOT"
scalaVersion := "2.13.10"
scalaVersion := "2.13.14"
scalacOptions += "-feature"
libraryDependencies ++= Seq(
filters,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.10.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.3")

0 comments on commit 3c899ad

Please sign in to comment.